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

@@ -1,7 +1,7 @@
use gb::cpu::Cpu as LR35902;
fn main() {
let mut game_boy = LR35902::new_without_boot();
let mut game_boy = LR35902::new();
game_boy.load_cartridge("bin/cpu_instrs.gb");