From d3132cc13b8a7a29ce6e4e5b3d543294c256dfb7 Mon Sep 17 00:00:00 2001 From: AJR Date: Mon, 6 May 2019 00:23:55 -0400 Subject: Add AIC-565 device --- 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 8460d15c16d..0d5de2868b2 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3895,6 +3895,18 @@ if (MACHINES["SCC2698B"]~=null) then } 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 -- cgit v1.2.3-70-g09d2