summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/formats.lua
diff options
context:
space:
mode:
author fulivi <fulivi@users.noreply.github.com>2020-01-04 22:11:48 +0100
committer R. Belmont <rb6502@users.noreply.github.com>2020-01-04 16:11:48 -0500
commit2ec25ca6d5cf0dd68d5556f8a58af0dc5b1e2260 (patch)
tree8256049c139f4ad9bacbaed240276c4b05249a5d /scripts/src/formats.lua
parentc59bf24ff119dc271f2754e926b69624f5e9b004 (diff)
Emulation of isbc202 floppy disk controller (#6119)
* imds2: isbc202 floppy disk controller added * imds2: attempt to fix problems with CI checks
Diffstat (limited to 'scripts/src/formats.lua')
-rw-r--r--scripts/src/formats.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/formats.lua b/scripts/src/formats.lua
index 6bb724e3e40..e09d34c2e33 100644
--- a/scripts/src/formats.lua
+++ b/scripts/src/formats.lua
@@ -1003,6 +1003,18 @@ end
--------------------------------------------------
--
+--@src/lib/formats/img_dsk.h,FORMATS["IMG_DSK"] = true
+--------------------------------------------------
+
+if (FORMATS["IMG_DSK"]~=null or _OPTIONS["with-tools"]) then
+ files {
+ MAME_DIR.. "src/lib/formats/img_dsk.cpp",
+ MAME_DIR.. "src/lib/formats/img_dsk.h",
+ }
+end
+
+--------------------------------------------------
+--
--@src/lib/formats/iq151_dsk.h,FORMATS["IQ151_DSK"] = true
--------------------------------------------------