diff --git a/Storage/Tape/Formats/TZX.cpp b/Storage/Tape/Formats/TZX.cpp index be1b0dbfd..71cb9cea1 100644 --- a/Storage/Tape/Formats/TZX.cpp +++ b/Storage/Tape/Formats/TZX.cpp @@ -35,6 +35,7 @@ TZX::TZX(const char *file_name) : void TZX::virtual_reset() { clear(); + set_is_at_end(false); fseek(file_, 0x0a, SEEK_SET); }