From d4eb7c7d2cc2673c6fdaef3cd51616ee78775a17 Mon Sep 17 00:00:00 2001 From: AJR Date: Fri, 25 Oct 2019 16:51:03 -0400 Subject: aha1542a, aha1542b: Split out AIC-580 emulation to new device (nw) --- scripts/src/machine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src/machine.lua') 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 @@ -4078,6 +4078,18 @@ if (MACHINES["AIC565"]~=null) then } 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 -- cgit v1.2.3