fix: resolve out-of-bounds error with 8bpp tall / horizontal sprites

Boot ROM is now enabled by default as well
This commit is contained in:
2022-05-17 12:16:03 -03:00
parent 2e821ab79c
commit 8dddb865cc
2 changed files with 5 additions and 8 deletions

View File

@@ -84,7 +84,7 @@ pub fn main() anyerror!void {
defer cpu.deinit();
cpu.bus.attach(&cpu);
cpu.fastBoot();
// cpu.fastBoot();
// Initialize SDL Audio
const audio_dev = initAudio(&cpu.bus.apu);