From b4e04ba8cff51beffe25fc02cc77bcabd8a947d2 Mon Sep 17 00:00:00 2001 From: Nigel Barnes Date: Mon, 16 Jun 2025 20:46:19 +0100 Subject: machine/ay34592.cpp: New AY-3-4592 keyboard encoder 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 c48bee5e9c5..2f3fac2ae3b 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -905,6 +905,18 @@ if (MACHINES["AY31015"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/ay34592.h,MACHINES["AY34592"] = true +--------------------------------------------------- + +if (MACHINES["AY34592"]~=null) then + files { + MAME_DIR .. "src/devices/machine/ay34592.cpp", + MAME_DIR .. "src/devices/machine/ay34592.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/bankdev.h,MACHINES["BANKDEV"] = true -- cgit v1.2.3