1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-08-09 20:25:19 +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 { } else {
write_handshake_ &= ~0x40; write_handshake_ &= ~0x40;
drives_[active_drive_]->end_writing(); drives_[active_drive_]->end_writing();
printf("\n"); // printf("\n");
LOG("Overrun; done."); LOG("Overrun; done.");
select_shift_mode(); select_shift_mode();
} }