summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/g64_dsk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/g64_dsk.c')
-rw-r--r--src/lib/formats/g64_dsk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/g64_dsk.c b/src/lib/formats/g64_dsk.c
index 2107ba3e753..7ce61b87d8e 100644
--- a/src/lib/formats/g64_dsk.c
+++ b/src/lib/formats/g64_dsk.c
@@ -42,7 +42,7 @@
#include "emu.h"
#include "formats/g64_dsk.h"
-#define G64_FORMAT_HEADER "GCR-1541"
+#define G64_FORMAT_HEADER "GCR-1541"
g64_format::g64_format()
{
@@ -113,7 +113,7 @@ bool g64_format::load(io_generic *io, UINT32 form_factor, floppy_image *image)
if (pos > 0) {
track_size = pick_integer_le(img, pos, 2);
pos +=2;
-
+
if (speed_zone_offset[track] > 3)
throw emu_fatalerror("g64_format: Unsupported variable speed zones on track %d", track);