diff options
Diffstat (limited to 'src/lib/formats/all.cpp')
-rw-r--r-- | src/lib/formats/all.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/formats/all.cpp b/src/lib/formats/all.cpp index b8d0089f3f9..017c81b3ce9 100644 --- a/src/lib/formats/all.cpp +++ b/src/lib/formats/all.cpp @@ -680,6 +680,10 @@ #include "vg5k_cas.h" #endif +#ifdef HAS_FORMATS_VGI_DSK +#include "vgi_dsk.h" +#endif + #ifdef HAS_FORMATS_VICTOR9K_DSK #include "victor9k_dsk.h" #endif @@ -1396,6 +1400,11 @@ void mame_formats_full_list(mame_formats_enumerator &en) en.add(mbee_cassette_formats); // mbee_cas.h #endif + en.category("Micropolis"); +#ifdef HAS_FORMATS_VGI_DSK + en.add(FLOPPY_VGI_FORMAT); // vgi_dsk.h +#endif + en.category("Orao"); #ifdef HAS_FORMATS_ORAO_CAS en.add(orao_cassette_formats); // orao_cas.h |