summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Mark Garlanger <mgarlanger@users.noreply.github.com>2025-01-12 10:27:13 -0600
committer GitHub <noreply@github.com>2025-01-12 17:27:13 +0100
commit9a06c424e0a900a1327ef1c52768bb6602f300fc (patch)
treee5f4748b0bfe3637efb2d22a5f943d21d6cef1c1 /scripts
parent43b23c15ecf5f29fb0622dbd31c64d950f0eba3f (diff)
formats/h17disk.cpp: Add format for Heath hard-sectored formats (#13222)
* formats/h17disk.cpp: Add format for Heath hard-sectored formats * fix compile error * minor formatting changes
Diffstat (limited to 'scripts')
-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 fa0d3d5f8dc..bf1086cb13a 100644
--- a/scripts/src/formats.lua
+++ b/scripts/src/formats.lua
@@ -1052,6 +1052,18 @@ end
--------------------------------------------------
--
+--@src/lib/formats/h17disk.h,FORMATS["H17D_DSK"] = true
+--------------------------------------------------
+
+if opt_tool(FORMATS, "H17D_DSK") then
+ files {
+ MAME_DIR.. "src/lib/formats/h17disk.cpp",
+ MAME_DIR.. "src/lib/formats/h17disk.h",
+ }
+end
+
+--------------------------------------------------
+--
--@src/lib/formats/h8_cas.h,FORMATS["H8_CAS"] = true
--------------------------------------------------