1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-30 22:56:03 +00:00

Remove further detritus.

This commit is contained in:
Thomas Harte 2021-04-05 17:21:26 -04:00
parent 16bfe1a55c
commit fd88071c0a

View File

@ -188,14 +188,6 @@ template<Model model> class ConcreteMachine:
const uint16_t address = cycle.address ? *cycle.address : 0x0000;
// using Register = CPU::Z80::Register;
// if(cycle.operation == PartialMachineCycle::WriteStart && z80_.get_value_of_register(Register::ProgramCounter) == 0x5b1) {
// printf("%04x <- %02x\n", address, *cycle.value);
// }
// if(cycle.operation == PartialMachineCycle::ReadOpcodeStart && address == 0x0562) {
// printf("\n");
// }
// Apply contention if necessary.
if(
is_contended_[address >> 14] &&