summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 1aa9da2fd2c..c093d9c518d 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -4363,6 +4363,19 @@ end
---------------------------------------------------
--
+--@src/devices/machine/w83977tf.h,MACHINES["W83977TF"] = true
+---------------------------------------------------
+
+if (MACHINES["W83977TF"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/w83977tf.cpp",
+ MAME_DIR .. "src/devices/machine/w83977tf.h",
+ }
+end
+
+
+---------------------------------------------------
+--
--@src/devices/machine/pdc.h,MACHINES["PDC"] = true
---------------------------------------------------