From 7c8d5d3eef7e837dd4f9b4b9a2771757afe15117 Mon Sep 17 00:00:00 2001 From: arbee Date: Sun, 29 Jun 2025 16:32:44 -0400 Subject: machine/icd2053b.cpp: Support for the Cypress Semiconductor ICD2053B programmable clock generator. [R. Belmont] pwrbkduo/duodock.cpp: Hook up the ICD2053B for real timings and remove monitors that the hardware doesn't support. [R. Belmont] --- 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 2f3fac2ae3b..cbb0d706b64 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1715,6 +1715,18 @@ if (MACHINES["IBM21S850"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/icd2053b.h,MACHINES["ICD2053B"] = true +--------------------------------------------------- + +if (MACHINES["ICD2053B"]~=null) then + files { + MAME_DIR .. "src/devices/machine/icd2053b.cpp", + MAME_DIR .. "src/devices/machine/icd2053b.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/icd2061a.h,MACHINES["ICD2061A"] = true -- cgit v1.2.3