summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/all.cpp
diff options
context:
space:
mode:
author Eric Anderson <ejona86@gmail.com>2023-02-27 00:47:55 -0800
committer GitHub <noreply@github.com>2023-02-27 19:47:55 +1100
commit369ecb2f77eecfa71fe22988f8837ce16d7ab7f2 (patch)
tree24014eee52ab36cc631cbe6601b888482982a3be /src/lib/formats/all.cpp
parentdaaf8645e01f7ec1a3e5248954af054666573dff (diff)
vectorgraphic/vector4.cpp: Added Vector 4 driver. (#10710)
* bus/s100: Added Vector Dual-Mode Disk Controller (only floppy supported for now). * formats/vgi_dsk.cpp: Addec Micropolis VGI floppy disk image format.
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 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