Difference between revisions of "Modules/scc/Settings"
From MSX Game Library
(Created page with "// SCC options #define SCC_USE_EXTA TRUE // Add helper functions to handle PSG settings #define SCC_USE_RESUME TRUE // Add function to allow playback pause and resume //...") |
|||
Line 1: | Line 1: | ||
+ | Library configuration (<tt>msxgl_config.h</tt>): | ||
+ | <syntaxhighlight lang="c"> | ||
// SCC options | // SCC options | ||
#define SCC_USE_EXTA TRUE // Add helper functions to handle PSG settings | #define SCC_USE_EXTA TRUE // Add helper functions to handle PSG settings | ||
Line 7: | Line 9: | ||
// - SCC_SLOT_AUTO ................ First auto-detected cartridge | // - SCC_SLOT_AUTO ................ First auto-detected cartridge | ||
#define SCC_SLOT_MODE SCC_SLOT_AUTO | #define SCC_SLOT_MODE SCC_SLOT_AUTO | ||
+ | </syntaxhighlight> |
Latest revision as of 09:00, 15 January 2024
Library configuration (msxgl_config.h):
// SCC options #define SCC_USE_EXTA TRUE // Add helper functions to handle PSG settings #define SCC_USE_RESUME TRUE // Add function to allow playback pause and resume // - SCC_SLOT_DIRECT .............. Program on a SCC cartridge // - SCC_SLOT_FIXED ............... Fixed slot-id (non-expanded second cartridge slot) // - SCC_SLOT_USER ................ Defined by the user // - SCC_SLOT_AUTO ................ First auto-detected cartridge #define SCC_SLOT_MODE SCC_SLOT_AUTO