internal static void Reset() { mmu = new Memory(); cpu = new Cpu(); joypad = new Joypad(); interrupts = new Interrupts(); }
static Gameboy() { mmu = new Memory(); cpu = new Cpu(); joypad = new Joypad(); interrupts = new Interrupts(); }