mirror of
https://github.com/TomHarte/CLK.git
synced 2025-05-04 12:39:13 +00:00
Shushed.
This commit is contained in:
parent
9036cf3b7c
commit
280a2292ff
@ -107,7 +107,10 @@ unsigned int Machine::perform_bus_operation(CPU6502::BusOperation operation, uin
|
|||||||
_interruptStatus &= ~InterruptTransmitDataEmpty;
|
_interruptStatus &= ~InterruptTransmitDataEmpty;
|
||||||
evaluate_interrupts();
|
evaluate_interrupts();
|
||||||
}
|
}
|
||||||
printf("Cassette\n");
|
else
|
||||||
|
{
|
||||||
|
}
|
||||||
|
// printf("Cassette\n");
|
||||||
break;
|
break;
|
||||||
case 0x5:
|
case 0x5:
|
||||||
if(!isReadOperation(operation))
|
if(!isReadOperation(operation))
|
||||||
@ -354,7 +357,7 @@ inline void Machine::push_tape_bit(uint16_t bit)
|
|||||||
else
|
else
|
||||||
_interruptStatus &= ~InterruptHighToneDetect;
|
_interruptStatus &= ~InterruptHighToneDetect;
|
||||||
}
|
}
|
||||||
printf(".");
|
// printf(".");
|
||||||
|
|
||||||
evaluate_interrupts();
|
evaluate_interrupts();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user