João Magalhães
Results
32
issues of
João Magalhães
## Summary - handle highest priority interrupt in CPU - allow multiple mode transitions in PPU clock - add regression tests for interrupt priority and long PPU clocks ## Testing...
risky ❕
codex
This commit introduces two main performance enhancements to the PPU: 1. **Eager DMG Frame Buffer Calculation:** The `Ppu::frame_buffer()` method previously used lazy evaluation for DMG mode, calculating the entire frame...
enhancement
performance 🏎️