diff options
author | 2015-05-26 14:53:56 +0200 | |
---|---|---|
committer | 2015-05-26 14:53:56 +0200 | |
commit | eb13a4dedafda2a6fe5658527b600d19e10f97d8 (patch) | |
tree | 83226084946b7a9502535f5d0b5a6b7d72225861 /scripts/target | |
parent | 077ff462f13655a2c0189f9a2fc97957d4a98199 (diff) |
added tms1024 device placeholder
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 0dfec94644a..eff03dac309 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -557,6 +557,7 @@ MACHINES["STEPPERS"] = true --MACHINES["WOZFDC"] = true --MACHINES["DIABLO_HD"] = true MACHINES["PCI9050"] = true +--MACHINES["TMS1024"] = true -------------------------------------------------- -- specify available bus cores diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 2d027f05677..84bed8d6c66 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -556,6 +556,7 @@ MACHINES["STEPPERS"] = true MACHINES["CORVUSHD"] = true MACHINES["WOZFDC"] = true MACHINES["DIABLO_HD"] = true +MACHINES["TMS1024"] = true -------------------------------------------------- -- specify available bus cores |