feat: add 10 emulator profiles (119-series batch 1)
81 (ZX81, embedded), DoubleCherryGB (GB dual, no BIOS),
amiarcadia (Arcadia 2001, no BIOS), applewin (Apple II, 26 embedded),
ardens (Arduboy, 6 bootloaders embedded), daphne (LaserDisc, no BIOS),
pcem (IBM PC, 75+ machine/video/sound ROMs), panda3ds (3DS, optional keys),
easyrpg (RPG Maker, soundfont + RTP), frodo (C64, 4 ROMs embedded)
105 total profiles.
2026-03-17 20:11:18 +01:00
|
|
|
emulator: Daphne
|
feat: 4-source verified emulator profiles (A-E cores)
33 emulator profiles created or updated with systematic
verification against libretro docs, .info, core source,
and original emulator source code.
New profiles: bsnes-jg, bsnes2014, bsnes_cplusplus98,
bsnes_hd_beta, bsnes_mercury, citra2018, citra_canary.
Key fixes:
- dosbox_svn/svn_ce: not aliases of dosbox_core (no MUNT)
- beetle_psx: alt_names renamed to aliases (field bug)
- dolphin: added 15 Realtek BT firmware for Wiimote passthrough
- dosbox_core: added CM-32LN, 13 split ROM pairs for standalone
- duckstation: type standalone+libretro, 106 BIOS verified
- snes9x/np2kai: formal aliases for alternate filenames
2026-03-19 08:09:34 +01:00
|
|
|
type: standalone + libretro
|
2026-03-23 12:37:43 +01:00
|
|
|
core_classification: community_fork
|
feat: add 10 emulator profiles (119-series batch 1)
81 (ZX81, embedded), DoubleCherryGB (GB dual, no BIOS),
amiarcadia (Arcadia 2001, no BIOS), applewin (Apple II, 26 embedded),
ardens (Arduboy, 6 bootloaders embedded), daphne (LaserDisc, no BIOS),
pcem (IBM PC, 75+ machine/video/sound ROMs), panda3ds (3DS, optional keys),
easyrpg (RPG Maker, soundfont + RTP), frodo (C64, 4 ROMs embedded)
105 total profiles.
2026-03-17 20:11:18 +01:00
|
|
|
source: "https://github.com/libretro/daphne"
|
2026-03-23 12:37:43 +01:00
|
|
|
upstream: "https://github.com/mirror/daphne-emu"
|
|
|
|
|
profiled_date: "2026-03-23"
|
2026-03-18 05:19:57 +01:00
|
|
|
core_version: "Git"
|
|
|
|
|
display_name: "Arcade (Daphne)"
|
2026-03-23 12:37:43 +01:00
|
|
|
cores:
|
|
|
|
|
- daphne
|
feat: add 10 emulator profiles (119-series batch 1)
81 (ZX81, embedded), DoubleCherryGB (GB dual, no BIOS),
amiarcadia (Arcadia 2001, no BIOS), applewin (Apple II, 26 embedded),
ardens (Arduboy, 6 bootloaders embedded), daphne (LaserDisc, no BIOS),
pcem (IBM PC, 75+ machine/video/sound ROMs), panda3ds (3DS, optional keys),
easyrpg (RPG Maker, soundfont + RTP), frodo (C64, 4 ROMs embedded)
105 total profiles.
2026-03-17 20:11:18 +01:00
|
|
|
systems:
|
|
|
|
|
- arcade-laserdisc
|
|
|
|
|
|
|
|
|
|
notes: |
|
2026-03-23 12:37:43 +01:00
|
|
|
LaserDisc arcade game emulator. Port of Daphne 1.0 (Matt Ownby) to libretro.
|
feat: add 10 emulator profiles (119-series batch 1)
81 (ZX81, embedded), DoubleCherryGB (GB dual, no BIOS),
amiarcadia (Arcadia 2001, no BIOS), applewin (Apple II, 26 embedded),
ardens (Arduboy, 6 bootloaders embedded), daphne (LaserDisc, no BIOS),
pcem (IBM PC, 75+ machine/video/sound ROMs), panda3ds (3DS, optional keys),
easyrpg (RPG Maker, soundfont + RTP), frodo (C64, 4 ROMs embedded)
105 total profiles.
2026-03-17 20:11:18 +01:00
|
|
|
Each game loads its own arcade ROM set from a ZIP file named after the game
|
2026-03-23 12:37:43 +01:00
|
|
|
(e.g. lair.zip). ROMs are loaded from a content-relative directory structure
|
|
|
|
|
(homedir/roms/) with CRC32 verification (game.cpp:767-781). The core never
|
|
|
|
|
accesses the RetroArch system directory. Additional per-game data (framefiles,
|
|
|
|
|
sound samples, overlay BMPs) is also loaded relative to the content directory.
|
feat: add 10 emulator profiles (119-series batch 1)
81 (ZX81, embedded), DoubleCherryGB (GB dual, no BIOS),
amiarcadia (Arcadia 2001, no BIOS), applewin (Apple II, 26 embedded),
ardens (Arduboy, 6 bootloaders embedded), daphne (LaserDisc, no BIOS),
pcem (IBM PC, 75+ machine/video/sound ROMs), panda3ds (3DS, optional keys),
easyrpg (RPG Maker, soundfont + RTP), frodo (C64, 4 ROMs embedded)
105 total profiles.
2026-03-17 20:11:18 +01:00
|
|
|
|
|
|
|
|
files: []
|
2026-03-23 12:37:43 +01:00
|
|
|
|
|
|
|
|
exclusion_note: >
|
|
|
|
|
.info declares no firmware (firmware_count absent). Code confirmed: the core
|
|
|
|
|
never calls RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY. All files (ROM ZIPs,
|
|
|
|
|
framefiles, sound, pics) load from the content directory via g_homedir
|
|
|
|
|
(libretro.cpp:1153, set to rom_path/..). No shared system BIOS or firmware.
|