summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/formats/all.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/formats/all.cpp b/src/lib/formats/all.cpp
index 247abd18e50..dbdc3be4d9b 100644
--- a/src/lib/formats/all.cpp
+++ b/src/lib/formats/all.cpp
@@ -516,6 +516,10 @@
#include "ql_dsk.h"
#endif
+#ifdef HAS_FORMATS_RC759_DSK
+#include "rc759_dsk.h"
+#endif
+
#ifdef HAS_FORMATS_RK_CAS
#include "rk_cas.h"
#endif
@@ -1146,6 +1150,11 @@ void mame_formats_full_list(mame_formats_enumerator &en)
en.add(FLOPPY_PYLDIN_FORMAT); // pyldin_dsk.h
#endif
+ en.category("Regnecentralen");
+#ifdef HAS_FORMATS_RC759_DSK
+ en.add(FLOPPY_RC759_FORMAT); // rc759_dsk.h
+#endif
+
en.category("DEC");
#ifdef HAS_FORMATS_RX50_DSK
en.add(FLOPPY_RX50IMG_FORMAT); // rx50_dsk.h