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.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/formats/all.cpp b/src/lib/formats/all.cpp
index a084c87afea..5dedacc1b3b 100644
--- a/src/lib/formats/all.cpp
+++ b/src/lib/formats/all.cpp
@@ -616,6 +616,10 @@
#include "tiki100_dsk.h"
#endif
+#ifdef HAS_FORMATS_TIM011_DSK
+#include "tim011_dsk.h"
+#endif
+
#ifdef HAS_FORMATS_TRD_DSK
#include "trd_dsk.h"
#endif
@@ -1259,6 +1263,11 @@ void mame_formats_full_list(mame_formats_enumerator &en)
en.add(FLOPPY_TIKI100_FORMAT); // tiki100_dsk.h
#endif
+ en.category("TIM 011");
+#ifdef HAS_FORMATS_TIM011_DSK
+ en.add(FLOPPY_TIM011_FORMAT); // tim011_dsk.h
+#endif
+
en.category("Videoton");
#ifdef HAS_FORMATS_TVC_CAS
en.add(tvc64_cassette_formats); // tvc_cas.h