diff options
| author | 2016-12-01 14:18:44 -0500 | |
|---|---|---|
| committer | 2016-12-02 06:59:45 -0500 | |
| commit | 5044432ff66d2b5ee6ab89945fbe76f4da5721af (patch) | |
| tree | 9817d300aecb136a64fd7c507993ee345ebe5410 /scripts/src | |
| parent | c22d15aa3dd64ebf736e1e5e178903580b341ec5 (diff) | |
Create new 74LS157 device and hook it up to MSM5205 on Rastan
Diffstat (limited to 'scripts/src')
| -rw-r--r-- | scripts/src/machine.lua | 12 |
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 --------------------------------------------------- |
