summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-10-25 16:51:03 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-10-25 16:51:03 -0400
commitd4eb7c7d2cc2673c6fdaef3cd51616ee78775a17 (patch)
tree9ed3bd01a81dacdb0ad88d2ce16dd917760d0274 /scripts/src/machine.lua
parentcb231a5e921b668fbef5a753cbe92e91fb64b1c3 (diff)
aha1542a, aha1542b: Split out AIC-580 emulation to new device (nw)
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 fc300170ce3..3c574fe3762 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -4080,6 +4080,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/aic580.h,MACHINES["AIC580"] = true
+---------------------------------------------------
+
+if (MACHINES["AIC580"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/aic580.cpp",
+ MAME_DIR .. "src/devices/machine/aic580.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/aic6250.h,MACHINES["AIC6250"] = true
---------------------------------------------------