diff options
author | 2019-05-06 00:23:55 -0400 | |
---|---|---|
committer | 2019-05-06 00:24:11 -0400 | |
commit | d3132cc13b8a7a29ce6e4e5b3d543294c256dfb7 (patch) | |
tree | 670f3afc5731eaeba040ac040da8f1d24fbbea32 /scripts/src/machine.lua | |
parent | 90b6fd09825abb408535b3b7badba07bf4efc5e1 (diff) |
Add AIC-565 device
Diffstat (limited to 'scripts/src/machine.lua')
-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 8460d15c16d..0d5de2868b2 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3897,6 +3897,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/aic565.h,MACHINES["AIC565"] = true +--------------------------------------------------- + +if (MACHINES["AIC565"]~=null) then + files { + MAME_DIR .. "src/devices/machine/aic565.cpp", + MAME_DIR .. "src/devices/machine/aic565.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/aic6250.h,MACHINES["AIC6250"] = true --------------------------------------------------- |