summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/machine.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index d84f3d01041..9dcb61bb16d 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -2182,6 +2182,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/lh79524_timer.h,MACHINES["LH79524"] = true
+---------------------------------------------------
+
+if MACHINES["LH79524"] then
+ files {
+ MAME_DIR .. "src/devices/machine/lh79524_timer.cpp",
+ MAME_DIR .. "src/devices/machine/lh79524_timer.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/locomo.h,MACHINES["LOCOMO"] = true
---------------------------------------------------