feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
emulator: a5200
|
|
|
|
|
type: libretro
|
2026-03-23 10:58:32 +01:00
|
|
|
core_classification: community_fork
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
source: "https://github.com/libretro/a5200"
|
2026-03-23 10:58:32 +01:00
|
|
|
upstream: "https://github.com/alekmaul/a5200"
|
|
|
|
|
profiled_date: "2026-03-22"
|
2026-03-18 05:19:57 +01:00
|
|
|
core_version: "2.0.2"
|
|
|
|
|
display_name: "Atari - 5200 (a5200)"
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
cores:
|
|
|
|
|
- a5200
|
|
|
|
|
systems:
|
|
|
|
|
- atari-5200
|
|
|
|
|
|
2026-03-23 10:58:32 +01:00
|
|
|
# Dedicated Atari 5200 emulator forked from Atari800 2.0.2 codebase by Alekmaul
|
|
|
|
|
# for GCW Zero. Libretro port later enhanced by wavemotion-dave with Altirra OS
|
|
|
|
|
# fallback, Super Cart support, frame blending and analog input.
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
#
|
2026-03-23 10:58:32 +01:00
|
|
|
# Loads 5200 OS ROM from <system_dir>/5200.rom (2048 bytes, mapped to 0xF800-0xFFFF
|
|
|
|
|
# via MEMORY_InitialiseMachine). If missing or user selects "internal" via core
|
|
|
|
|
# option "a5200_bios", falls back to built-in Altirra 5200 OS (altirra_5200_os.c,
|
|
|
|
|
# compiled from Altirra-3.20-test4).
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
#
|
2026-03-23 10:58:32 +01:00
|
|
|
# BIOS loading (libretro.c:408-499):
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
# 1. check_bios_variable() reads core option "a5200_bios" (official/internal)
|
2026-03-23 10:58:32 +01:00
|
|
|
# 2. load_bios() reads <system_dir>/5200.rom, validates size == 0x800
|
|
|
|
|
# 3. On failure or "internal" selected: memcpy from ROM_altirra_5200_os
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
#
|
2026-03-23 10:58:32 +01:00
|
|
|
# Upstream divergence: alekmaul's standalone requires 5200.rom (exits on missing).
|
|
|
|
|
# Libretro port makes it optional via Altirra fallback.
|
|
|
|
|
#
|
|
|
|
|
# Cart type detection via MD5 database in cartridge.c (standard 4K-512K, bounty bob,
|
|
|
|
|
# super cart, EE banked). Unknown ROMs detected by size heuristic.
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
|
|
|
|
|
files:
|
|
|
|
|
- name: "5200.rom"
|
|
|
|
|
path: "5200.rom"
|
|
|
|
|
size: 2048
|
|
|
|
|
required: false
|
feat: hle_fallback on 39 emulator profiles (266 entries)
Batch analysis of all 273 profiles to identify HLE/embedded
fallbacks. Added hle_fallback: true where the core has verified
software replacement for missing BIOS files:
- Embedded ROMs: vice (102), ep128emu (22), fuse (18), frodo (4)
- HLE BIOS: bsnes* (33 across 3 profiles), puae (9 AROS),
noods (4), melonds* (6 FreeBIOS), flycast (3 reios)
- Open-source replacements: sameboy (8), pokemini (1), gpsp (1)
- Built-in fallbacks: np2kai (7), atari800 (6 Altirra),
picodrive (3), quasi88 (4), gambatte (2)
Conservative: only added where notes or source code confirm HLE.
Skipped 50+ profiles where files are optional alternatives, not
HLE replaceable (neocd, opera, kronos, pcem, etc.)
2026-03-19 13:03:48 +01:00
|
|
|
hle_fallback: true
|
2026-03-23 10:58:32 +01:00
|
|
|
validation: [size]
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
note: >
|
2026-03-23 10:58:32 +01:00
|
|
|
Atari 5200 OS ROM. Core option "a5200_bios" controls official vs internal.
|
|
|
|
|
Altirra replacement has lower compatibility with some titles.
|
|
|
|
|
source_ref: "libretro/libretro.c:58-59, libretro/libretro.c:408-499, emu/memory.c:46"
|