summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/lib.lua
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2015-06-04 08:33:26 +0200
committer Dirk Best <mail@dirk-best.de>2015-06-04 08:33:57 +0200
commit3a571779c0c0a47aeebde26256ac6f0e5c7223c3 (patch)
treefb02ff893eff3647a16918fb43e956da948a5fe8 /scripts/src/lib.lua
parent5f72cb409c6194a1eaca27bf7474d7082ccdc097 (diff)
trs80: updated to use the new wd fdc
Diffstat (limited to 'scripts/src/lib.lua')
-rw-r--r--scripts/src/lib.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/src/lib.lua b/scripts/src/lib.lua
index 5fc9603849e..49cfc2bc2f2 100644
--- a/scripts/src/lib.lua
+++ b/scripts/src/lib.lua
@@ -369,8 +369,8 @@ project "formats"
MAME_DIR .. "src/lib/formats/trd_dsk.h",
MAME_DIR .. "src/lib/formats/trs_cas.c",
MAME_DIR .. "src/lib/formats/trs_cas.h",
- MAME_DIR .. "src/lib/formats/trs_dsk.c",
- MAME_DIR .. "src/lib/formats/trs_dsk.h",
+ MAME_DIR .. "src/lib/formats/trs80_dsk.c",
+ MAME_DIR .. "src/lib/formats/trs80_dsk.h",
MAME_DIR .. "src/lib/formats/tvc_cas.c",
MAME_DIR .. "src/lib/formats/tvc_cas.h",
MAME_DIR .. "src/lib/formats/tvc_dsk.c",