Emulator: Prepare for running blargg's test ROMs

This commit is contained in:
Riyyi
2022-09-01 14:20:57 +02:00
parent 38b740856e
commit ed045a72b2
2 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ void CPU::prefix()
// Read next opcode
uint8_t opcode = read(m_pc);
print("running opcode: {:#04x} @ ({:#06x})\n", opcode, m_pc);
// print("running opcode: {:#04x} @ ({:#06x})\n", opcode, m_pc);
if (opcode <= 0x07) {
rlc();
}