diff --git a/Components/8272/i8272.cpp b/Components/8272/i8272.cpp index af26b4812..4d930968d 100644 --- a/Components/8272/i8272.cpp +++ b/Components/8272/i8272.cpp @@ -539,7 +539,6 @@ void i8272::posit_event(int event_type) { WAIT_FOR_EVENT(Event::DataWritten); if(!has_input_) { SetOverrun(); - end_writing(); goto abort; } write_byte(input_); @@ -660,7 +659,6 @@ void i8272::posit_event(int event_type) { switch(event_type) { case (int)Event::IndexHole: SetOverrun(); - end_writing(); goto abort; break; case (int)Event::DataWritten: