mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
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
36 lines
1.2 KiB
YAML
36 lines
1.2 KiB
YAML
emulator: CDi 2015
|
|
type: libretro
|
|
source: "https://github.com/libretro/mame2015-libretro"
|
|
upstream: "https://github.com/mamedev/mame"
|
|
profiled_date: "2026-03-18"
|
|
core_version: "0.160"
|
|
display_name: "Philips CDi (CDi 2015)"
|
|
cores: [cdi2015]
|
|
systems:
|
|
- philips-cdi
|
|
|
|
notes: |
|
|
MAME 0.160 compiled with SUBTARGET=cdi (CDi driver only).
|
|
ref: libretro-super/rules.d/core-rules.sh — SUBTARGET=cdi
|
|
source: libretro/mame2015-libretro
|
|
|
|
Loads cdimono1.zip from system_dir.
|
|
ref: src/osd/retro/retromain.c:1989 —
|
|
sprintf(tmp_dir, "%s%ccdimono1.zip", retro_system_directory, slash)
|
|
If not found as ZIP, falls back to system_dir as rompath.
|
|
ref: src/osd/retro/retromain.c:1991
|
|
|
|
ROM_START(cdimono1) in src/mame/drivers/cdi.c:421 defines:
|
|
cdi200.rom (0x80000, CRC 279683ca, SHA1 53360a1f21ddac952e95306ced64186a3fc0b93e)
|
|
cdic.bin (MCU, undumped)
|
|
slave.bin (MCU, undumped)
|
|
|
|
The ZIP contains the MAME romset for cdimono1 — user provides it.
|
|
|
|
files:
|
|
- name: cdimono1.zip
|
|
system: philips-cdi
|
|
required: true
|
|
note: "MAME cdimono1 romset ZIP. Contains cdi200.rom + MCU dumps."
|
|
source_ref: "src/osd/retro/retromain.c:1989, src/mame/drivers/cdi.c:421"
|