Files
libretro/emulators/m2000.yml
Abdessamad Derraz c342b61cdf feat: profile jumpnbump, kronos, lowresnx, lutro, m2000
add core_classification and upstream to all five profiles. kronos:
add ROM cartridge files (mpr-18811-mx.ic1, mpr-19367-mx.ic1), add
archive: field to STV blobs, remove unverified MD5 hashes, fix
cores list (remove yabause_libretro). jumpnbump: fix incorrect
note about embedded data. lowresnx, lutro, m2000: add missing
classification fields.
2026-03-22 14:39:47 +01:00

30 lines
977 B
YAML

emulator: M2000
type: libretro
core_classification: official_port
source: "https://github.com/p2000t/M2000"
upstream: "https://github.com/p2000t/M2000"
profiled_date: "2026-03-22"
core_version: "0.9.3"
display_name: "Philips - P2000T (M2000)"
cores:
- m2000
systems:
- philips-p2000t
notes: |
M2000 is a Philips P2000T home computer emulator by Dion Olsthoorn,
based on the original emulator by Marcel de Kogel (1997). The libretro
port is maintained by the same author in the same repository.
All ROMs are embedded in the binary via m2000_roms.h:
- monitor_rom (4096 bytes, 0x0000-0x0FFF)
- basic_nl_rom (16384 bytes, 0x1000-0x4FFF)
- SAA5050 teletext font (m2000_saa5050.h)
retro_init() calls InitP2000(monitor_rom, basic_nl_rom) which copies
the embedded arrays into ROM memory (P2000.c:282-311). No system
directory access. The core accepts .cas cassette content and can boot
directly into P2000T BASIC with no content loaded.
files: []