mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-27 16:31:31 +00:00
Removes stray \n.
This commit is contained in:
parent
3da47318b1
commit
d69aee4972
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user