summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2015-05-31 10:40:18 +0200
committer Dirk Best <mail@dirk-best.de>2015-05-31 10:40:46 +0200
commit2f7882fbff8a0fa3877fdfe9217d2ec57d875b1f (patch)
tree158713d282ceb7ab5ec05ef5af1b6e1da4b4ef1c /scripts
parent0c45c0f1f69dabaa9ada746ecd3b55815c46b5d8 (diff)
x1/x1twin: updated to use the new wd fdc. bonus: formatting disks now
works in hubasic.
Diffstat (limited to 'scripts')
-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 f7e2a2cba0a..6eca056a87f 100644
--- a/scripts/src/lib.lua
+++ b/scripts/src/lib.lua
@@ -391,6 +391,8 @@ 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",