diff options
| author | 2025-06-29 16:32:44 -0400 | |
|---|---|---|
| committer | 2025-06-29 16:32:44 -0400 | |
| commit | 7c8d5d3eef7e837dd4f9b4b9a2771757afe15117 (patch) | |
| tree | fb51d866060f77fd2db0fa59992b0a02eb003e4d /scripts/src/machine.lua | |
| parent | 134d5251a19f486bac79944f122e489d4b6cd6e7 (diff) | |
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]
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 2f3fac2ae3b..cbb0d706b64 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1717,6 +1717,18 @@ 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 --------------------------------------------------- |
