diff options
author | 2020-09-13 17:45:42 +0900 | |
---|---|---|
committer | 2020-09-13 18:51:53 +1000 | |
commit | 612bf6546f096b92e5bd028813c99fa54e1604e1 (patch) | |
tree | 063d7270005a4c2e6628404565066d1941e939e6 /scripts/src | |
parent | 59ff79f394461e37bc08a3321509d070b8e0ba4a (diff) |
Device-fied PRO-CT0
for protection, aka ALPHA-8921(in Some later 80s alpha denshi PCBs) or SNK-9201
prot_fatfury2.cpp: Convert protection into alpha_8921.cpp device
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/machine.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index a4751370c7d..600c22f2746 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4535,3 +4535,14 @@ if (MACHINES["SWIM3"]~=null) then MAME_DIR .. "src/devices/machine/swim3.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/alpha_8921.h,MACHINES["ALPHA_8921"] = true +--------------------------------------------------- +if (MACHINES["ALPHA_8921"]~=null) then + files { + MAME_DIR .. "src/devices/machine/alpha_8921.cpp", + MAME_DIR .. "src/devices/machine/alpha_8921.h", + } +end |