diff options
Diffstat (limited to 'scripts/src/formats.lua')
-rw-r--r-- | scripts/src/formats.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/src/formats.lua b/scripts/src/formats.lua index 029b388675f..6bb3862a226 100644 --- a/scripts/src/formats.lua +++ b/scripts/src/formats.lua @@ -1598,10 +1598,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", |