summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author David Haywood <28625134+DavidHaywood@users.noreply.github.com>2017-12-10 23:50:29 +0000
committer David Haywood <28625134+DavidHaywood@users.noreply.github.com>2017-12-10 23:50:29 +0000
commitf9b7e3e60ca6c17d0928371dab430f8cf5c89fb4 (patch)
treeacb6b6f93eba603bda7ae4f6e8e91e4561c5e776 /scripts
parente5d39e7ed96581162d5454aa4ea7d6b50949af21 (diff)
parent76dcc98b5363129ad480a6f236b9e8d12427b4ad (diff)
Merge branch 'master' of https://github.com/mamedev/mame into 101217
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/machine.lua12
-rw-r--r--scripts/target/mame/arcade.lua1
-rw-r--r--scripts/target/mame/mess.lua1
3 files changed, 14 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
---------------------------------------------------
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index 85342ebe188..f0af50fd870 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -535,6 +535,7 @@ MACHINES["RA17XX"] = true
--MACHINES["R64H156"] = true
MACHINES["RF5C296"] = true
--MACHINES["RIOT6532"] = true
+MACHINES["RIPPLE_COUNTER"] = true
MACHINES["ROC10937"] = true
MACHINES["RP5C01"] = true
MACHINES["RP5C15"] = true
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index ea2ee8ef9ec..03a80c4a6f0 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -524,6 +524,7 @@ MACHINES["PROM82S129"] = true
MACHINES["R64H156"] = true
MACHINES["RF5C296"] = true
MACHINES["RIOT6532"] = true
+MACHINES["RIPPLE_COUNTER"] = true
MACHINES["ROC10937"] = true
MACHINES["RP5C01"] = true
MACHINES["RP5C15"] = true