Files
libretro/emulators/tgbdual.yml
Abdessamad Derraz ebb55a445b feat: re-profile 40 emulators, harden CI workflows
profile emulators pd777 through tic80, add frozen snapshots
(puae2021, snes9x2002/2005/2010, stella2014/2023).

CI: replace github-script with gh CLI, add test execution,
job-level permissions, propagate changed output, pin jsonschema.
2026-03-25 07:00:17 +01:00

24 lines
725 B
YAML

emulator: TGB Dual
type: libretro
core_classification: community_fork
source: "https://github.com/libretro/tgbdual-libretro"
upstream: "http://gigo.retrogames.com/download.html#tgb-dual"
profiled_date: "2026-03-25"
core_version: "v0.8.3"
display_name: "Nintendo - Game Boy / Color (TGB Dual)"
cores:
- TGB Dual
systems:
- nintendo-gb
- nintendo-gbc
notes: |
Game Boy / Game Boy Color emulator by GIGO and Hii with link cable support
for two units side by side. Libretro port based on shinichiro.h's SDL port.
cpu::reset() initializes PC to 0x100 and sets post-boot register values
(AF=0x01B0 DMG, 0x11B0 CGB), bypassing the boot ROM via HLE.
No system directory access, no file I/O for firmware.
files: []