| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | main: --shot with --headless dumps final LCD on exit | gbc dev | 5 days | 1 | -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 support | gbc dev | 2026-07-04 | 1 | -0/+355 |
| Passes blargg cpu_instrs (all 11), instr_timing, mem_timing. | |||||
