Files
libretro/emulators/x16emu.yml
Abdessamad Derraz bbe4936cf2 feat: add 12 batocera standalone profiles, update 3 existing
New profiles: citron (Switch), clk (multi-system), demul (Hikaru),
eka2l1 (Symbian/N-Gage), gsplus (Apple IIGS), lexaloffle (PICO-8),
openmsx (MSX), ryujinx (Switch), shadps4 (PS4), tsugaru (FM Towns),
x16emu (Commander X16), xroar (Dragon/CoCo), zc210 (Zelda Classic).
Updated: amiberry, fsuae (standalone Amiga), ymir (Saturn standalone).
2026-03-26 07:01:16 +01:00

33 lines
1.2 KiB
YAML

emulator: x16emu
type: standalone
upstream: "https://github.com/X16Community/x16-emulator"
profiled_date: "2026-03-26"
core_version: "r50"
display_name: "Commander X16 (x16emu)"
cores:
- x16emu
systems:
- commanderx16
notes: |
Standalone emulator for the Commander X16 retro computer by Michael Steil.
65C02/65C816 CPU, VERA video, YM2151+PSG audio, SD card, cartridge support.
System ROM built separately from the x16-rom repo (KERNAL + BASIC + DOS,
32 banks x 16 KB = 512 KB). Emulator and ROM versions must match.
Batocera configgen (x16emuGenerator.py) passes -rom /userdata/bios/commanderx16/rom.bin.
Also sets -ram 2048, -rtc, and scale/quality/widescreen per user config.
files:
- name: rom.bin
path: commanderx16/rom.bin
required: true
size: 524288
description: "Commander X16 system ROM (KERNAL, BASIC, DOS, charset)"
source_ref: "x16-emulator/src/main.c:602,1158-1165; glue.h:19,24"
note: >
Default filename "rom.bin", loaded from executable directory or via -rom flag.
ROM_SIZE = NUM_ROM_BANKS(32) * 16384 = 524288 bytes. exit(1) if file not found.
Built from x16-rom repo (open source, derived from C64 KERNAL/BASIC).