summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author Michael Zapf <github@mizapf.de>2020-04-06 13:36:13 +0200
committer Michael Zapf <github@mizapf.de>2020-04-06 13:39:34 +0200
commitc5b838bc2c15f509273470d9abc732023a2f705f (patch)
tree2c2b6558436129f25e6a3b68a9597d35716e6c6a /scripts/src/machine.lua
parentea677489db27f9eb1fcd758f68df16bf84cf3fec (diff)
Add octal registered transceiver 74543
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 4e7352c3e41..29cb6c48970 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -525,6 +525,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/74543.h,MACHINES["TTL74543"] = true
+---------------------------------------------------
+
+if (MACHINES["TTL74543"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/74543.cpp",
+ MAME_DIR .. "src/devices/machine/74543.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/7474.h,MACHINES["TTL7474"] = true
---------------------------------------------------