PPU: background rendering

This commit is contained in:
Andrew Glaze
2024-08-20 23:36:04 -04:00
parent be170bf750
commit f9efe23b0b
5 changed files with 15 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ class Bus {
}
func pollNMI() -> UInt8? {
ppu.nmiInterrupt
ppu.pollNMI()
}
}