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.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/formats/all.cpp b/src/lib/formats/all.cpp
index 02f5b636cf5..c068969db2e 100644
--- a/src/lib/formats/all.cpp
+++ b/src/lib/formats/all.cpp
@@ -576,6 +576,10 @@
#include "rx50_dsk.h"
#endif
+#ifdef HAS_FORMATS_SAP_DSK
+#include "sap_dsk.h"
+#endif
+
#ifdef HAS_FORMATS_SC3000_BIT
#include "sc3000_bit.h"
#endif
@@ -1339,6 +1343,9 @@ void mame_formats_full_list(mame_formats_enumerator &en)
en.add(FLOPPY_THOMSON_525_FORMAT); // thom_dsk.h
en.add(FLOPPY_THOMSON_35_FORMAT); // thom_dsk.h
#endif
+#ifdef HAS_FORMATS_SAP_DSK
+ en.add(FLOPPY_SAP_FORMAT);
+#endif
en.category("Texas Instruments");
#ifdef HAS_FORMATS_TI99_DSK