aboutsummaryrefslogtreecommitdiffstats
path: root/src/ppu.c (unfollow)
Commit message (Collapse)AuthorFilesLines
6 daysmain: --shot with --headless dumps final LCD on exitgbc dev1-0/+1
Lets scripted runs feed stdin to the serial console AND capture the resulting screen, e.g. printf 'ls\nexit\n' | gbc rom.gb --headless --shot 0 out.ppm Previously --shot ran frames with no stdin, so anything waiting on input (a shell) only showed its first prompt.
2026-07-04core emulator: SM83 CPU, MMU, timer, PPU, CGB supportgbc dev1-0/+355
Passes blargg cpu_instrs (all 11), instr_timing, mem_timing.