summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-02-18 14:35:11 -0500
committer AJR <ajrhacker@users.noreply.github.com>2018-02-18 20:59:06 -0500
commit1a157c06007a45fc92d2105477bf20caa99951df (patch)
treec845b90ea239339c3f1d844f2baecc1ffe218041 /scripts
parentd5b6deeca2d3285bb48a714db53135022598ca2b (diff)
Create RST interrupt buffer device
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 7e55d344f92..fc21510f620 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -2342,6 +2342,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/rstbuf.h,MACHINES["RSTBUF"] = true
+---------------------------------------------------
+
+if (MACHINES["RSTBUF"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/rstbuf.cpp",
+ MAME_DIR .. "src/devices/machine/rstbuf.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/rtc4543.h,MACHINES["RTC4543"] = true
---------------------------------------------------
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index 6c152e13daa..b0c3c36fd9d 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -543,6 +543,7 @@ MACHINES["ROC10937"] = true
MACHINES["RP5C01"] = true
MACHINES["RP5C15"] = true
MACHINES["RP5H01"] = true
+MACHINES["RSTBUF"] = true
MACHINES["RTC4543"] = true
MACHINES["RTC65271"] = true
MACHINES["RTC9701"] = true
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index c38eb46c82b..ef78a3546be 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -532,6 +532,7 @@ MACHINES["ROC10937"] = true
MACHINES["RP5C01"] = true
MACHINES["RP5C15"] = true
MACHINES["RP5H01"] = true
+--MACHINES["RSTBUF"] = true
MACHINES["RTC4543"] = true
MACHINES["RTC65271"] = true
MACHINES["RTC9701"] = true