Implement more features for PPU and APU

This commit is contained in:
2026-01-19 17:28:12 -06:00
parent 13e4158b7b
commit ac745f60e9
2 changed files with 139 additions and 26 deletions

View File

@@ -467,7 +467,7 @@ impl Palette {
pub struct PPU {
// registers: PPURegisters,
frame_count: usize,
pub frame_count: usize,
nmi_enabled: bool,
// nmi_waiting: bool,
pub even: bool,