aboutsummaryrefslogtreecommitdiffstats
path: root/src/ppu.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* main: --shot with --headless dumps final LCD on exitgbc dev5 days1-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.
* core emulator: SM83 CPU, MMU, timer, PPU, CGB supportgbc dev2026-07-041-0/+355
Passes blargg cpu_instrs (all 11), instr_timing, mem_timing.