Stella 2014 - RetroBIOS¶
Technical notes
Frozen snapshot of Stella 3.9.3. The Atari 2600 has no BIOS ROM; the TIA, RIOT, and 6507 CPU are fully emulated in software. The SuperCharger (Starpath) BIOS is emulated via a built-in dummy ROM (ourDummyROMCode in CartAR.cxx:518). Game properties database (stella.pro) is compiled into DefProps.hxx; external loading is disabled in the libretro port (PropsSet.cxx:35). The core does not call GET_SYSTEM_DIRECTORY. KidVid Voice Module audio tapes (7 WAV files) are loaded via rfopen with relative filenames from the content directory (KidVid.cxx:166-185); absence is handled gracefully. EEPROM save data for AtariVox and SaveKey peripherals is managed as NVRAM, not user-supplied.
7 files | 0 required, 7 optional | 7 in repo, 0 missing Categories: 7 game data
kvs1.wav optional in repo game_data
KidVid Voice Module audio tape 1 (Smurfs Save the Day)
- Source:
stella/src/emucore/KidVid.cxx:167,182
kvs2.wav optional in repo game_data
KidVid Voice Module audio tape 2 (Smurfs Save the Day)
- Source:
stella/src/emucore/KidVid.cxx:167,182
kvs3.wav optional in repo game_data
KidVid Voice Module audio tape 3 (Smurfs Save the Day)
- Source:
stella/src/emucore/KidVid.cxx:167,182
kvb1.wav optional in repo game_data
KidVid Voice Module audio tape 1 (Berenstain Bears)
- Source:
stella/src/emucore/KidVid.cxx:167,182
kvb2.wav optional in repo game_data
KidVid Voice Module audio tape 2 (Berenstain Bears)
- Source:
stella/src/emucore/KidVid.cxx:167,182
kvb3.wav optional in repo game_data
KidVid Voice Module audio tape 3 (Berenstain Bears)
- Source:
stella/src/emucore/KidVid.cxx:167,182
kvshared.wav optional in repo game_data
KidVid Voice Module shared audio samples
- Source:
stella/src/emucore/KidVid.cxx:185
Generated on 2026-04-03T20:37:39Z