summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2020-05-28 07:47:50 -0400
committer GitHub <noreply@github.com>2020-05-28 07:47:50 -0400
commit3ed842c01cb666533da31a0bc0907ef8bd4a0f63 (patch)
treef8762514af0b4848052cf198a8d2991c5ccd7237 /scripts
parentd4956fe2a68be5116f0bed7a6777a4cb2f77a304 (diff)
parent963e16d63cefbb277d0a776fe94aa4184d05ae8e (diff)
Merge pull request #6750 from shattered/_100c143238a
Add MM58174 real time clock and use it (nw)
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 e9a8fda147e..04104393f9f 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -3565,6 +3565,18 @@ if (MACHINES["MM58167"]~=null) then
}
end
+---------------------------------------------------
+--
+--@src/devices/machine/mm58174.h,MACHINES["MM58174"] = true
+---------------------------------------------------
+
+if (MACHINES["MM58174"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/mm58174.cpp",
+ MAME_DIR .. "src/devices/machine/mm58174.h",
+ }
+end
+
---------------------------------------------------
--