diff options
| author | 2018-02-18 14:35:11 -0500 | |
|---|---|---|
| committer | 2018-02-18 20:59:06 -0500 | |
| commit | 1a157c06007a45fc92d2105477bf20caa99951df (patch) | |
| tree | c845b90ea239339c3f1d844f2baecc1ffe218041 /scripts/target | |
| parent | d5b6deeca2d3285bb48a714db53135022598ca2b (diff) | |
Create RST interrupt buffer device
Diffstat (limited to 'scripts/target')
| -rw-r--r-- | scripts/target/mame/arcade.lua | 1 | ||||
| -rw-r--r-- | scripts/target/mame/mess.lua | 1 |
2 files changed, 2 insertions, 0 deletions
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 |
