From feed40c878b1505abce583a09b751b50cdd087cb Mon Sep 17 00:00:00 2001 From: user Date: Sat, 18 Jul 2026 22:45:32 +0200 Subject: demo: boot the SL0PBOY-forked BIOS in the README gif gbdemo resolves a bare --bios to bios/sl0pboy_bios.bin when present (else stock gbc_bios.bin). Generate the fork with the emulator's tools/mk_sl0pboy_bios.py. The gif now opens on the SL0PBOY boot animation - logo drop, colorize, chime - before gbos comes up. --- demo/readme.gbd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo/readme.gbd') diff --git a/demo/readme.gbd b/demo/readme.gbd index 21a9667..ecaa5e3 100644 --- a/demo/readme.gbd +++ b/demo/readme.gbd @@ -7,7 +7,7 @@ # Every waitfor syncs on REAL screen text (the terminal's WRAM shadow), so # boot, DHCP and IRC-server timing can vary without breaking the choreography. -# --bios: boot through the real CGB boot ROM (logo drop + chime + splash) +# --bios: boot through our forked CGB boot ROM (SL0PBOY logo drop + chime) spawn --chrome --bios record /tmp/gbos-demo.gbv 2 -- cgit v1.3.1-sl0p