diff options
author | 2023-04-13 22:26:21 -0400 | |
---|---|---|
committer | 2023-04-13 22:37:05 -0400 | |
commit | 38498868fc18aae25a206e4e62ec0aa99f8a7d89 (patch) | |
tree | 2fdb8005865165884e910154f2d5968341beff8d /scripts/src/formats.lua | |
parent | 7c3e992597d173c7e49f6695ca685cef49f31382 (diff) |
roland_s50.cpp: Add floppy format
Diffstat (limited to 'scripts/src/formats.lua')
-rw-r--r-- | scripts/src/formats.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/formats.lua b/scripts/src/formats.lua index 140293e97a8..a787d77343a 100644 --- a/scripts/src/formats.lua +++ b/scripts/src/formats.lua @@ -1706,6 +1706,18 @@ end -------------------------------------------------- -- +--@src/lib/formats/roland_dsk.h,FORMATS["ROLAND_DSK"] = true +-------------------------------------------------- + +if opt_tool(FORMATS, "ROLAND_DSK") then + files { + MAME_DIR.. "src/lib/formats/roland_dsk.cpp", + MAME_DIR.. "src/lib/formats/roland_dsk.h", + } +end + +-------------------------------------------------- +-- --@src/lib/formats/rx50_dsk.h,FORMATS["RX50_DSK"] = true -------------------------------------------------- |