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 //...") |
(No difference)
|
Revision as of 08:55, 15 January 2024
// 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