aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2026-07-15fix(control): ignore SIGPIPE so a vanishing client can't kill the emulatorgbc dev1-0/+5
2026-07-15apu: register-level emulation of 0xFF10-0xFF3F (fixes music fades)gbc dev2-2/+19
2026-07-14control: socket-based debug channel + gbctl CLI drivergbc dev5-2/+797
2026-07-04speed control: frame skipping to decouple terminal draw from emulationgbc dev3-13/+94
2026-07-04input: external control channel via FIFOgbc dev3-23/+129
2026-07-04renderer: inter-frame diffing to minimize terminal outputgbc dev2-9/+52
2026-07-04add status line HUD, README with architecture and test statusgbc dev1-0/+3
2026-07-04terminal renderer (truecolor half-block), input, screenshot modegbc dev3-3/+185
2026-07-04core emulator: SM83 CPU, MMU, timer, PPU, CGB supportgbc dev8-0/+1158