summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/all.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/all.cpp')
-rw-r--r--src/lib/formats/all.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/formats/all.cpp b/src/lib/formats/all.cpp
index 345487e970d..5c3ee523508 100644
--- a/src/lib/formats/all.cpp
+++ b/src/lib/formats/all.cpp
@@ -589,6 +589,10 @@
#include "thom_cas.h"
#endif
+#ifdef HAS_FORMATS_THOM_DSK
+#include "thom_dsk.h"
+#endif
+
#ifdef HAS_FORMATS_TI99_DSK
#include "ti99_dsk.h"
#endif
@@ -1202,6 +1206,10 @@ void mame_formats_full_list(mame_formats_enumerator &en)
en.add(to7_cassette_formats); // thom_cas.h
en.add(mo5_cassette_formats); // thom_cas.h
#endif
+#ifdef HAS_FORMATS_THOM_DSK
+ en.add(FLOPPY_THOMSON_525_FORMAT); // thom_dsk.h
+ en.add(FLOPPY_THOMSON_35_FORMAT); // thom_dsk.h
+#endif
en.category("Texas Instruments");
#ifdef HAS_FORMATS_TI99_DSK