diff options
author | 2015-06-01 10:14:02 +0200 | |
---|---|---|
committer | 2015-06-01 10:14:37 +0200 | |
commit | 476d027582fd1fe1ce535e662161bed8f207ec65 (patch) | |
tree | b2062bcc3bf6c74d991d1321ed5ffe44f3840660 /scripts/src/lib.lua | |
parent | 508cceb599402b3ca487c12bd93b5c19e8ae8831 (diff) |
mz2000: updated to use new wd fdc. fix softlist to use the correct
interface. change x1_dsk to 2d_dsk and use it for the mz2000 as well.
Diffstat (limited to 'scripts/src/lib.lua')
-rw-r--r-- | scripts/src/lib.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/src/lib.lua b/scripts/src/lib.lua index 788aaf18e9d..dcf4c44268e 100644 --- a/scripts/src/lib.lua +++ b/scripts/src/lib.lua @@ -114,6 +114,8 @@ project "formats" } files { + MAME_DIR .. "src/lib/formats/2d_dsk.c", + MAME_DIR .. "src/lib/formats/2d_dsk.h", MAME_DIR .. "src/lib/formats/cassimg.c", MAME_DIR .. "src/lib/formats/cassimg.h", MAME_DIR .. "src/lib/formats/flopimg.c", @@ -395,8 +397,6 @@ project "formats" MAME_DIR .. "src/lib/formats/wd177x_dsk.h", MAME_DIR .. "src/lib/formats/x07_cas.c", MAME_DIR .. "src/lib/formats/x07_cas.h", - MAME_DIR .. "src/lib/formats/x1_dsk.c", - MAME_DIR .. "src/lib/formats/x1_dsk.h", MAME_DIR .. "src/lib/formats/x1_tap.c", MAME_DIR .. "src/lib/formats/x1_tap.h", MAME_DIR .. "src/lib/formats/xdf_dsk.c", |