summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-12-10 09:06:41 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-12-10 09:06:41 -0500
commit141f2364cc5896717ff5f81e49c65b1fd12d7cad (patch)
treef9a788c3ea0c1ac99d7a7ddecaf41bb1065c804a /scripts/src/machine.lua
parentc1a652b08379b4df5d17961d2121ae5075e5c0ed (diff)
New generic ripple counter device
Diffstat (limited to 'scripts/src/machine.lua')
-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 d254c010116..38017680f93 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -2198,6 +2198,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/ripple_counter.h,MACHINES["RIPPLE_COUNTER"] = true
+---------------------------------------------------
+
+if (MACHINES["RIPPLE_COUNTER"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/ripple_counter.cpp",
+ MAME_DIR .. "src/devices/machine/ripple_counter.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/roc10937.h,MACHINES["ROC10937"] = true
---------------------------------------------------