diff options
author | 2023-03-19 17:54:11 +0100 | |
---|---|---|
committer | 2023-03-20 03:54:11 +1100 | |
commit | 4ff301b1349156c570211c0ced362e890284d8dc (patch) | |
tree | 40e34834ac88be28860aed85bb7c939818fa8108 /scripts/src/formats.lua | |
parent | 1fa76ca697e0e06daaf750afa1ea3427b5ccf2ed (diff) |
brother/lw30.cpp: Added driver for Brother LW-30 word processor. (#10996)
New working systems
---------------------
Brother LW-30
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 92055468830..d16b4b2b522 100644 --- a/scripts/src/formats.lua +++ b/scripts/src/formats.lua @@ -1189,6 +1189,18 @@ end -------------------------------------------------- -- +--@src/lib/formats/lw30_dsk.h,FORMATS["LW30_DSK"] = true +-------------------------------------------------- + +if opt_tool(FORMATS, "LW30_DSK") then + files { + MAME_DIR.. "src/lib/formats/lw30_dsk.cpp", + MAME_DIR.. "src/lib/formats/lw30_dsk.h", + } +end + +-------------------------------------------------- +-- --@src/lib/formats/os9_dsk.h,FORMATS["OS9_DSK"] = true -------------------------------------------------- |