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:
@@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user