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: ProSystem
|
|
|
|
|
type: libretro
|
2026-03-25 07:00:17 +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/prosystem-libretro"
|
2026-03-25 07:00:17 +01:00
|
|
|
upstream: "https://github.com/gstanton/ProSystem1_3"
|
|
|
|
|
profiled_date: "2026-03-24"
|
2026-03-18 05:19:57 +01:00
|
|
|
core_version: "1.3e"
|
|
|
|
|
display_name: "Atari - 7800 (ProSystem)"
|
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:
|
|
|
|
|
- prosystem
|
|
|
|
|
systems:
|
|
|
|
|
- atari-7800
|
|
|
|
|
|
|
|
|
|
notes: |
|
2026-03-25 07:00:17 +01:00
|
|
|
Atari 7800 emulator by Greg Stanton, ported to libretro by community
|
|
|
|
|
contributors. The upstream is a Windows-only application with a single
|
|
|
|
|
user-configured BIOS path. The libretro port adds automatic region-based
|
|
|
|
|
BIOS selection: PAL carts get (E), everything else gets (U).
|
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-25 07:00:17 +01:00
|
|
|
Region is read from cartridge header byte 57 (core/Cartridge.c:214) or
|
|
|
|
|
overridden by the internal database (core/Database.c:1739-1757).
|
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-25 07:00:17 +01:00
|
|
|
Both BIOS files are optional. The core runs without them but some titles
|
|
|
|
|
have compatibility issues (startup encryption check). bios_Store() maps
|
|
|
|
|
the BIOS into ROM at address (65536 - bios_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
|
|
|
|
2026-03-25 07:00:17 +01:00
|
|
|
No core option controls BIOS loading. If the file exists in the system
|
|
|
|
|
directory, it is loaded automatically. No hash or size validation is
|
|
|
|
|
performed on the BIOS file.
|
|
|
|
|
|
|
|
|
|
The .info declares firmware_count=1 (U only), missing the PAL BIOS.
|
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: "7800 BIOS (U).rom"
|
|
|
|
|
system: atari-7800
|
|
|
|
|
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-25 07:00:17 +01:00
|
|
|
size: 4096
|
|
|
|
|
description: "NTSC/US BIOS, loaded when cartridge_region != REGION_PAL"
|
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_ref: "core/libretro.c:585"
|
|
|
|
|
|
|
|
|
|
- name: "7800 BIOS (E).rom"
|
|
|
|
|
system: atari-7800
|
|
|
|
|
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-25 07:00:17 +01:00
|
|
|
size: 16384
|
|
|
|
|
description: "PAL/EU BIOS, loaded when cartridge_region == REGION_PAL"
|
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_ref: "core/libretro.c:583"
|