Stella 2014 - RetroBIOS¶
| Type | libretro |
| Classification | frozen_snapshot |
| Source | https://github.com/libretro/stella2014-libretro |
| Upstream | https://github.com/stella-emu/stella |
| Version | 3.9.3 |
| Profiled | 2026-03-25 |
| Cores | stella2014 |
| Systems | atari_2600 |
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 | 0 in repo, 7 missing Categories: 7 game data
kvs1.wav -optional, game_data, missing from repo
: KidVid Voice Module audio tape 1 (Smurfs Save the Day)
- Source:
stella/src/emucore/KidVid.cxx:167,182
kvs2.wav -optional, game_data, missing from repo
: KidVid Voice Module audio tape 2 (Smurfs Save the Day)
- Source:
stella/src/emucore/KidVid.cxx:167,182
kvs3.wav -optional, game_data, missing from repo
: KidVid Voice Module audio tape 3 (Smurfs Save the Day)
- Source:
stella/src/emucore/KidVid.cxx:167,182
kvb1.wav -optional, game_data, missing from repo
: KidVid Voice Module audio tape 1 (Berenstain Bears)
- Source:
stella/src/emucore/KidVid.cxx:167,182
kvb2.wav -optional, game_data, missing from repo
: KidVid Voice Module audio tape 2 (Berenstain Bears)
- Source:
stella/src/emucore/KidVid.cxx:167,182
kvb3.wav -optional, game_data, missing from repo
: KidVid Voice Module audio tape 3 (Berenstain Bears)
- Source:
stella/src/emucore/KidVid.cxx:167,182
kvshared.wav -optional, game_data, missing from repo
: KidVid Voice Module shared audio samples
- Source:
stella/src/emucore/KidVid.cxx:185
Generated on 2026-03-25T14:56:43Z