Modules/scc/Settings

From MSX Game Library

Revision as of 09:55, 15 January 2024 by Aoineko (talk | contribs) (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 //...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Modules‎ | scc

// SCC options

  1. define SCC_USE_EXTA TRUE // Add helper functions to handle PSG settings
  2. 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

  1. define SCC_SLOT_MODE SCC_SLOT_AUTO