feat: add 10 emulator profiles (119-series batch 2)
freeintv_ts_overlay (same BIOS as FreeIntv), bnes (NES, no BIOS),
clownmdemu (Mega Drive, open-source MCD boot ROM embedded),
m2000 (Philips P2000T, all embedded), mesen (NES, FDS + StudyBox BIOS),
race (NGP, HLE with disabled BIOS loader), vemulator (VMU, HLE only),
gw (Game & Watch, Lua simulator), pd777 (Cassette Vision, no BIOS),
play (PS2, full HLE, LoadBIOS commented out)
115 total profiles.
2026-03-17 20:15:28 +01:00
|
|
|
emulator: ClownMDEmu
|
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: official_port
|
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
|
|
|
source: "https://github.com/Clownacy/clownmdemu-libretro"
|
|
|
|
|
upstream: "https://github.com/Clownacy/clownmdemu"
|
2026-03-23 12:37:43 +01:00
|
|
|
profiled_date: "2026-03-23"
|
2026-03-18 05:19:57 +01:00
|
|
|
core_version: "Git"
|
|
|
|
|
display_name: "Sega - MD/CD (ClownMDEmu)"
|
feat: add 10 emulator profiles (119-series batch 2)
freeintv_ts_overlay (same BIOS as FreeIntv), bnes (NES, no BIOS),
clownmdemu (Mega Drive, open-source MCD boot ROM embedded),
m2000 (Philips P2000T, all embedded), mesen (NES, FDS + StudyBox BIOS),
race (NGP, HLE with disabled BIOS loader), vemulator (VMU, HLE only),
gw (Game & Watch, Lua simulator), pd777 (Cassette Vision, no BIOS),
play (PS2, full HLE, LoadBIOS commented out)
115 total profiles.
2026-03-17 20:15:28 +01:00
|
|
|
cores:
|
|
|
|
|
- clownmdemu
|
|
|
|
|
systems:
|
|
|
|
|
- sega-megadrive
|
|
|
|
|
- sega-megacd
|
|
|
|
|
|
|
|
|
|
notes: |
|
2026-03-23 12:37:43 +01:00
|
|
|
Mega Drive/Genesis and Mega CD emulator by Clownacy. Supports cartridge
|
|
|
|
|
(bin/md/gen) and CD (cue/iso/chd) formats, plus a subsystem for
|
|
|
|
|
cartridge+CD combo (Mega CD Mode 1). Mega CD boot ROM is an open-source
|
|
|
|
|
replacement compiled into the binary (mega-cd-boot-rom.c, 32 KB). Sub-CPU
|
|
|
|
|
BIOS calls handled via HLE. TMSS not implemented. No external files needed.
|
feat: add 10 emulator profiles (119-series batch 2)
freeintv_ts_overlay (same BIOS as FreeIntv), bnes (NES, no BIOS),
clownmdemu (Mega Drive, open-source MCD boot ROM embedded),
m2000 (Philips P2000T, all embedded), mesen (NES, FDS + StudyBox BIOS),
race (NGP, HLE with disabled BIOS loader), vemulator (VMU, HLE only),
gw (Game & Watch, Lua simulator), pd777 (Cassette Vision, no BIOS),
play (PS2, full HLE, LoadBIOS commented out)
115 total profiles.
2026-03-17 20:15:28 +01:00
|
|
|
|
|
|
|
|
files: []
|
|
|
|
|
|
|
|
|
|
analysis:
|
|
|
|
|
tmss:
|
|
|
|
|
supported: false
|
|
|
|
|
|
|
|
|
|
megacd_bios:
|
|
|
|
|
external_required: false
|
|
|
|
|
builtin_boot_rom: true
|
|
|
|
|
boot_rom_source: "https://github.com/Clownacy/clownmdemu-mcd-boot"
|
|
|
|
|
boot_rom_location: "source/mega-cd-boot-rom.c (16384 uint16 entries = 32 KB)"
|
|
|
|
|
bus_mapping: "0x400000-0x41FFFF (address & 0x20000 == 0)"
|
2026-03-23 12:37:43 +01:00
|
|
|
source_ref: "bus-main-m68k.c:19-21, bus-main-m68k.c:501-513"
|
feat: add 10 emulator profiles (119-series batch 2)
freeintv_ts_overlay (same BIOS as FreeIntv), bnes (NES, no BIOS),
clownmdemu (Mega Drive, open-source MCD boot ROM embedded),
m2000 (Philips P2000T, all embedded), mesen (NES, FDS + StudyBox BIOS),
race (NGP, HLE with disabled BIOS loader), vemulator (VMU, HLE only),
gw (Game & Watch, Lua simulator), pd777 (Cassette Vision, no BIOS),
play (PS2, full HLE, LoadBIOS commented out)
115 total profiles.
2026-03-17 20:15:28 +01:00
|
|
|
bios_hle: true
|
|
|
|
|
hle_source_ref: "bus-sub-m68k.c:64 (MegaCDBIOSCall)"
|