aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* headless: $ED opcode = clean power-off (exit + battery save)gbc dev9 days3-2/+5
* headless: interactive TTY mode (raw stdin) for driving a guest OS livegbc dev9 days1-0/+17
* serial: deliver EOF (0x04) on stdin end for headless consolegbc dev9 days1-1/+7
* serial: clean RX path for headless consolegbc dev10 days1-8/+14
* serial: headless mode tying serial port to stdio for OS debugginggbc dev10 days35-5/+145
* control: video frame capture + deterministic input-movie replaygbc dev10 days6-0/+405
* tools: stitch_overworld.py - DFS EXPLORE's connection graph into one overworl...gbc dev10 days1-0/+111
* render: no status line in sixel mode (pure graphics output only)gbc dev10 days5-6/+2
* gbhud: live joypad display (cute Game Boy layout, buttons light up)gbc dev10 days2-0/+20
* gbctl: 'hud' kills any existing HUD pane before spawning (no double-HUD)gbc dev10 days13-1/+26
* fix(control): ignore SIGPIPE so a vanishing client can't kill the emulatorgbc dev11 days5-14/+38
* tools: live debug HUD (gbhud.py) + 'gbctl hud'gbc dev11 days11-1/+202
* apu: register-level emulation of 0xFF10-0xFF3F (fixes music fades)gbc dev11 days4-2/+123
* control: socket-based debug channel + gbctl CLI drivergbc dev11 days7-3/+1271
* speed control: frame skipping to decouple terminal draw from emulationgbc dev2026-07-044-13/+120
* input: external control channel via FIFOgbc dev2026-07-044-23/+159
* renderer: inter-frame diffing to minimize terminal outputgbc dev2026-07-043-9/+59
* docs: note mem_timing-2 passinggbc dev2026-07-041-1/+1
* add status line HUD, README with architecture and test statusgbc dev2026-07-042-0/+75
* terminal renderer (truecolor half-block), input, screenshot modegbc dev2026-07-044-4/+186
* core emulator: SM83 CPU, MMU, timer, PPU, CGB supportgbc dev2026-07-048-0/+1158
* scaffolding: build system, cartridge loader with MBC1/2/3/5, core typesgbc dev2026-07-046-0/+483