feat: stub 0xff0f and 0xffff from interrupt

This commit is contained in:
2021-01-03 01:38:31 -06:00
committed by Rekai Musuka
parent e693ad8a3c
commit 1b53363095
3 changed files with 83 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ mod bus;
mod cartridge;
pub mod cpu;
mod instruction;
mod interrupt;
mod ppu;
mod timer;
mod work_ram;