summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/formats.lua
diff options
context:
space:
mode:
author fulivi <fulivi@users.noreply.github.com>2023-05-14 22:24:48 +0200
committer GitHub <noreply@github.com>2023-05-15 06:24:48 +1000
commit57b08b837418c9f17ec2cd91247dea9bc0a44446 (patch)
tree67e4d0f61263703b59d19668afa6ff936151d567 /scripts/src/formats.lua
parentfdcd90da80120a6623cf3a8c1cef1c07eb398f3f (diff)
formats/fs_hp98x5.cpp: Added filesystem handlers for HP9825, HP9831 and HP9845. (#11175)
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 a787d77343a..190f326749a 100644
--- a/scripts/src/formats.lua
+++ b/scripts/src/formats.lua
@@ -2292,4 +2292,16 @@ if opt_tool(FORMATS, "FS_ISIS") then
}
end
+--------------------------------------------------
+--
+--@src/lib/formats/fs_hp98x5.h,FORMATS["FS_HP98X5"] = true
+--------------------------------------------------
+
+if opt_tool(FORMATS, "FS_HP98X5") then
+ files {
+ MAME_DIR.. "src/lib/formats/fs_hp98x5.cpp",
+ MAME_DIR.. "src/lib/formats/fs_hp98x5.h",
+ }
+end
+
end