summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/lib.lua
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2015-06-05 10:21:08 +0200
committer Dirk Best <mail@dirk-best.de>2015-06-05 10:21:37 +0200
commitc414fffc306da58f69d8d1c8ee0253603b31c553 (patch)
treef3a7d5e9c601b2463c7ffa9f077d1f9d57f30452 /scripts/src/lib.lua
parenta2cadb6cf7adceb650ee2c97862692205680d8bb (diff)
thompson: updated to use the new wd fdc. same deal with as bbc: drives 0
and 1 are used for the controller with the wd, other legacy drives for other controllers (needs slotification).
Diffstat (limited to 'scripts/src/lib.lua')
-rw-r--r--scripts/src/lib.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/lib.lua b/scripts/src/lib.lua
index f562b98c3b1..774e674db1a 100644
--- a/scripts/src/lib.lua
+++ b/scripts/src/lib.lua
@@ -182,6 +182,8 @@ project "formats"
MAME_DIR .. "src/lib/formats/cbm_tap.h",
MAME_DIR .. "src/lib/formats/ccvf_dsk.c",
MAME_DIR .. "src/lib/formats/ccvf_dsk.h",
+ MAME_DIR .. "src/lib/formats/cd90_640_dsk.c",
+ MAME_DIR .. "src/lib/formats/cd90_640_dsk.h",
MAME_DIR .. "src/lib/formats/cgen_cas.c",
MAME_DIR .. "src/lib/formats/cgen_cas.h",
MAME_DIR .. "src/lib/formats/cgenie_dsk.c",