summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/formats.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/src/formats.lua b/scripts/src/formats.lua
index 9e5b4bf0504..c437ef4c04d 100644
--- a/scripts/src/formats.lua
+++ b/scripts/src/formats.lua
@@ -1603,10 +1603,10 @@ end
--------------------------------------------------
--
---@src/lib/formats/rc759_dsk.h,FORMATS["RC759"] = true
+--@src/lib/formats/rc759_dsk.h,FORMATS["RC759_DSK"] = true
--------------------------------------------------
-if (FORMATS["APRIDISK"]~=null or _OPTIONS["with-tools"]) then
+if opt_tool(FORMATS, "RC759_DSK") then
files {
MAME_DIR.. "src/lib/formats/rc759_dsk.cpp",
MAME_DIR.. "src/lib/formats/rc759_dsk.h",