summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ariedlmayer@gmail.com>2024-11-20 09:16:28 -0500
committer AJR <ariedlmayer@gmail.com>2024-11-20 09:16:28 -0500
commitc561ea2a73e8e72813c9f2e3aafb8c67625f1146 (patch)
tree4892d5920d7b69fa85423154080bc1fc9ebe3d88
parent4dd1a69bba6efd499cb44de3267c1a1736aa12bb (diff)
formats/all.cpp: Fix typo that excluded VTech disk formats from floptool
-rw-r--r--src/lib/formats/all.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/all.cpp b/src/lib/formats/all.cpp
index f07a2cd2efb..80d5930e37b 100644
--- a/src/lib/formats/all.cpp
+++ b/src/lib/formats/all.cpp
@@ -1518,7 +1518,7 @@ void mame_formats_full_list(mame_formats_enumerator &en)
en.add(vtech1_cassette_formats); // vt_cas.h
en.add(vtech2_cassette_formats); // vt_cas.h
#endif
-#ifdef HAS_FORMATS_VT_DSJ
+#ifdef HAS_FORMATS_VT_DSK
en.add(FLOPPY_VTECH_BIN_FORMAT); // vt_dsk.h
en.add(FLOPPY_VTECH_DSK_FORMAT); // vt_dsk.h
#endif