1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-28 07:29:45 +00:00

Removes stray \n.

This commit is contained in:
Thomas Harte 2019-07-23 22:17:46 -04:00
parent 3da47318b1
commit d69aee4972

View File

@ -275,7 +275,7 @@ void IWM::run_for(const Cycles cycles) {
} else {
write_handshake_ &= ~0x40;
drives_[active_drive_]->end_writing();
printf("\n");
// printf("\n");
LOG("Overrun; done.");
select_shift_mode();
}