summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/trs80_dsk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/trs80_dsk.cpp')
-rw-r--r--src/lib/formats/trs80_dsk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/trs80_dsk.cpp b/src/lib/formats/trs80_dsk.cpp
index 79f90c6bacd..f010a24e570 100644
--- a/src/lib/formats/trs80_dsk.cpp
+++ b/src/lib/formats/trs80_dsk.cpp
@@ -110,7 +110,7 @@ const jv1_format::format jv1_format::formats[] =
const floppy_format_type FLOPPY_JV1_FORMAT = &floppy_image_format_creator<jv1_format>;
-#define MAX_SECTORS 18
+#define MAX_SECTORS 19
#define MAX_TRACKS 96
jv3_format::jv3_format()