summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/formats.lua
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2021-03-05 14:10:44 +0100
committer Olivier Galibert <galibert@pobox.com>2021-03-05 14:10:44 +0100
commite8ab2b8a787e1e6b7acd2f1f1f4b014308d0c62b (patch)
tree5cacc2d51f5642d4ef77de32dde2ba815c264e9f /scripts/src/formats.lua
parente0da4a9f27bed3ddd024a7f65dbca95ce0a53710 (diff)
Fix messed-up merge
Diffstat (limited to 'scripts/src/formats.lua')
-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",