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.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 64559c43509..a0cadb5e4cd 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -3320,3 +3320,15 @@ if (BUSES["EINSTEIN_USERPORT"]~=null) then
MAME_DIR .. "src/devices/bus/einstein/userport/speech.h",
}
end
+
+---------------------------------------------------
+--
+--@src/devices/bus/tmc600/euro.h,BUSES["TMC600"] = true
+---------------------------------------------------
+
+if (BUSES["TMC600"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/bus/tmc600/euro.cpp",
+ MAME_DIR .. "src/devices/bus/tmc600/euro.h",
+ }
+end