diff --git a/Machines/Enterprise/Enterprise.cpp b/Machines/Enterprise/Enterprise.cpp index 275e873b0..5abb4d3f6 100644 --- a/Machines/Enterprise/Enterprise.cpp +++ b/Machines/Enterprise/Enterprise.cpp @@ -518,10 +518,6 @@ template class ConcreteMachine: case PartialMachineCycle::ReadOpcode: if(read_pointers_[address >> 14]) { *cycle.value = read_pointers_[address >> 14][address]; - -// if(cycle.operation == PartialMachineCycle::ReadOpcode && address == 0xc728) { -// printf(""); -// } } else { *cycle.value = 0xff; }