diff options
author | 2015-06-02 13:36:22 +0200 | |
---|---|---|
committer | 2015-06-02 13:36:47 +0200 | |
commit | ada45f655ed1a726ca0c1f723a997112162f8d02 (patch) | |
tree | 11a1b9a7175fb27de77bd40a28e29555bc7b0852 /scripts | |
parent | 67f292241dd7e7ac64b19196aa9d2f6ed3aa667d (diff) |
hec2mdhrx: updated to use the new wd fdc.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/src/lib.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/lib.lua b/scripts/src/lib.lua index dcf4c44268e..611ed2ae9d9 100644 --- a/scripts/src/lib.lua +++ b/scripts/src/lib.lua @@ -257,6 +257,8 @@ project "formats" MAME_DIR .. "src/lib/formats/hect_dsk.h", MAME_DIR .. "src/lib/formats/hect_tap.c", MAME_DIR .. "src/lib/formats/hect_tap.h", + MAME_DIR .. "src/lib/formats/hector_minidisc.c", + MAME_DIR .. "src/lib/formats/hector_minidisc.h", MAME_DIR .. "src/lib/formats/iq151_dsk.c", MAME_DIR .. "src/lib/formats/iq151_dsk.h", MAME_DIR .. "src/lib/formats/imd_dsk.c", |