mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-19 23:32:28 +00:00
Adds an extra LOG to track the memory map as a potential cause of emulation failure.
This commit is contained in:
parent
57f03e660c
commit
10d9cbdeb1
@ -173,6 +173,7 @@ class ConcreteMachine:
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(write_pointers_[address >> 10]) write_pointers_[address >> 10][address & 1023] = *cycle.value;
|
if(write_pointers_[address >> 10]) write_pointers_[address >> 10][address & 1023] = *cycle.value;
|
||||||
|
else LOG("Ignored write to ROM");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case CPU::Z80::PartialMachineCycle::Input:
|
case CPU::Z80::PartialMachineCycle::Input:
|
||||||
|
Loading…
Reference in New Issue
Block a user