feat: stub work ram

This commit is contained in:
2021-01-03 00:28:07 -06:00
committed by Rekai Musuka
parent 8048495cbc
commit 911f0f9c86
6 changed files with 98 additions and 8 deletions

View File

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