diff options
| author | 2015-05-26 14:53:56 +0200 | |
|---|---|---|
| committer | 2015-05-26 14:53:56 +0200 | |
| commit | eb13a4dedafda2a6fe5658527b600d19e10f97d8 (patch) | |
| tree | 83226084946b7a9502535f5d0b5a6b7d72225861 /scripts | |
| parent | 077ff462f13655a2c0189f9a2fc97957d4a98199 (diff) | |
added tms1024 device placeholder
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/machine.lua | 12 | ||||
| -rw-r--r-- | scripts/target/mame/arcade.lua | 1 | ||||
| -rw-r--r-- | scripts/target/mame/mess.lua | 1 |
3 files changed, 14 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 4324662ffd3..528cebbd3d2 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2072,6 +2072,18 @@ end --------------------------------------------------- -- +--@src/emu/machine/tms1024.h,MACHINES += TMS1024 +--------------------------------------------------- + +if (MACHINES["TMS1024"]~=null) then + files { + MAME_DIR .. "src/emu/machine/tms1024.c", + MAME_DIR .. "src/emu/machine/tms1024.h", + } +end + +--------------------------------------------------- +-- --@src/emu/machine/tms5501.h,MACHINES += TMS5501 --------------------------------------------------- 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 |
