diff options
| author | 2025-06-16 20:46:19 +0100 | |
|---|---|---|
| committer | 2025-06-16 22:44:33 +0100 | |
| commit | b4e04ba8cff51beffe25fc02cc77bcabd8a947d2 (patch) | |
| tree | 277d996db4997524703758139a9fb07b4d10c68b /scripts/src/machine.lua | |
| parent | 50be01c6509cea62b8b254dafe506608d1cc24c6 (diff) | |
machine/ay34592.cpp: New AY-3-4592 keyboard encoder device.
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 c48bee5e9c5..2f3fac2ae3b 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -907,6 +907,18 @@ 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 --------------------------------------------------- |
