feat: stub sound register 0xff26

This commit is contained in:
2021-01-03 02:05:46 -06:00
parent 1b53363095
commit 834423fe18
4 changed files with 42 additions and 1 deletions

View File

@@ -4,5 +4,6 @@ pub mod cpu;
mod instruction;
mod interrupt;
mod ppu;
mod sound;
mod timer;
mod work_ram;