summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2015-05-26 14:53:56 +0200
committer hap <happppp@users.noreply.github.com>2015-05-26 14:53:56 +0200
commiteb13a4dedafda2a6fe5658527b600d19e10f97d8 (patch)
tree83226084946b7a9502535f5d0b5a6b7d72225861 /scripts/src/machine.lua
parent077ff462f13655a2c0189f9a2fc97957d4a98199 (diff)
added tms1024 device placeholder
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua12
1 files changed, 12 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
---------------------------------------------------