summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2016-12-01 14:18:44 -0500
committer AJR <ajrhacker@users.noreply.github.com>2016-12-02 06:59:45 -0500
commit5044432ff66d2b5ee6ab89945fbe76f4da5721af (patch)
tree9817d300aecb136a64fd7c507993ee345ebe5410 /scripts/src/machine.lua
parentc22d15aa3dd64ebf736e1e5e178903580b341ec5 (diff)
Create new 74LS157 device and hook it up to MSM5205 on Rastan
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 032c8f5064d..684aeabe6cb 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -357,6 +357,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/74157.h,MACHINES["TTL74157"] = true
+---------------------------------------------------
+
+if (MACHINES["TTL74157"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/74157.cpp",
+ MAME_DIR .. "src/devices/machine/74157.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/74161.h,MACHINES["TTL74161"] = true
---------------------------------------------------