| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | renderer: inter-frame diffing to minimize terminal output | gbc dev | 2026-07-04 | 2 | -9/+52 |
| | | | | | | | | Only cells that changed since the previous frame are redrawn, using cursor positioning to skip unchanged runs. Static screens write nothing after the first frame (~108x reduction on acid2). SIGWINCH forces a full repaint. Verified pixel-exact against the framebuffer (11520/11520 cells, 0 mismatch). | ||||
| * | add status line HUD, README with architecture and test status | gbc dev | 2026-07-04 | 1 | -0/+3 |
| | | |||||
| * | terminal renderer (truecolor half-block), input, screenshot mode | gbc dev | 2026-07-04 | 3 | -3/+185 |
| | | |||||
| * | core emulator: SM83 CPU, MMU, timer, PPU, CGB support | gbc dev | 2026-07-04 | 8 | -0/+1158 |
| | | | | | Passes blargg cpu_instrs (all 11), instr_timing, mem_timing. | ||||
| * | scaffolding: build system, cartridge loader with MBC1/2/3/5, core types | gbc dev | 2026-07-04 | 4 | -0/+449 |
