summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/bus.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/bus.lua')
-rw-r--r--scripts/src/bus.lua8
1 files changed, 6 insertions, 2 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index f63d4e43b9a..e646f61ff36 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -1231,8 +1231,10 @@ if (BUSES["ISA"]~=null) then
MAME_DIR .. "src/devices/bus/isa/wdxt_gen.h",
MAME_DIR .. "src/devices/bus/isa/adlib.cpp",
MAME_DIR .. "src/devices/bus/isa/adlib.h",
- MAME_DIR .. "src/devices/bus/isa/chessm.cpp",
- MAME_DIR .. "src/devices/bus/isa/chessm.h",
+ MAME_DIR .. "src/devices/bus/isa/chessmdr.cpp",
+ MAME_DIR .. "src/devices/bus/isa/chessmdr.h",
+ MAME_DIR .. "src/devices/bus/isa/chessmsr.cpp",
+ MAME_DIR .. "src/devices/bus/isa/chessmsr.h",
MAME_DIR .. "src/devices/bus/isa/com.cpp",
MAME_DIR .. "src/devices/bus/isa/com.h",
MAME_DIR .. "src/devices/bus/isa/fdc.cpp",
@@ -2179,6 +2181,8 @@ if (BUSES["CENTRONICS"]~=null) then
files {
MAME_DIR .. "src/devices/bus/centronics/ctronics.cpp",
MAME_DIR .. "src/devices/bus/centronics/ctronics.h",
+ MAME_DIR .. "src/devices/bus/centronics/chessmec.cpp",
+ MAME_DIR .. "src/devices/bus/centronics/chessmec.h",
MAME_DIR .. "src/devices/bus/centronics/comxpl80.cpp",
MAME_DIR .. "src/devices/bus/centronics/comxpl80.h",
MAME_DIR .. "src/devices/bus/centronics/covox.cpp",