summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/formats.lua
diff options
context:
space:
mode:
author Michael R. Furman <n6il@ocs.net>2022-08-27 14:07:30 -0700
committer GitHub <noreply@github.com>2022-08-28 07:07:30 +1000
commit46ecd841483a9164a4a35106a46c0ef950cbd6b9 (patch)
tree8bf6057ee5e9e240c0696907e6a4a3f2678adf75 /scripts/src/formats.lua
parent3ee7d8cf1ab6674ba3eab3f47050a80b2a237369 (diff)
formats/fdos_dsk.cpp: Added FDOS disk format for the SWTPC 6800. (#10273)
Allows the SWTPC 6800 machine to boot FDOS in MAME using Mike Douglas' FDOSMPS.DSK, and to read/write other available disk images.
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 064d70ab992..e293b6502c7 100644
--- a/scripts/src/formats.lua
+++ b/scripts/src/formats.lua
@@ -913,6 +913,18 @@ end
--------------------------------------------------
--
+--@src/lib/formats/fdos_dsk.h,FORMATS["FDOS_DSK"] = true
+--------------------------------------------------
+
+if opt_tool(FORMATS, "FDOS_DSK") then
+ files {
+ MAME_DIR.. "src/lib/formats/fdos_dsk.cpp",
+ MAME_DIR.. "src/lib/formats/fdos_dsk.h",
+ }
+end
+
+--------------------------------------------------
+--
--@src/lib/formats/uniflex_dsk.h,FORMATS["UNIFLEX_DSK"] = true
--------------------------------------------------