Modules/wyz/wyz player/Settings
From MSX Game Library
< Modules | wyz/wyz player
Library configuration (msxgl_config.h):
// WYZ Tracker replayer options // Channels number // - WYZ_3CH // - WYZ_6CH #define WYZ_CHANNELS WYZ_3CH // Number of supported channels (can be 3 for 1 PSG or 6 for 2 PSG) #define WYZ_USE_DIRECT_ACCESS FALSE // Send data directly to PSG registers (otherwise, write in a RAM buffer) #define WYZ_CHAN_BUFFER_SIZE 0x20 // Size of the channel buffer