summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author Devin Acker <d@revenant1.net>2025-02-21 16:34:36 -0500
committer GitHub <noreply@github.com>2025-02-22 08:34:36 +1100
commit752c45b42bcb8f13cbfdd76ac2630bd72a779309 (patch)
tree33f01e48b49aad29316b517e979908b87f40299c /scripts/src
parent6d32d33567e21663ea8b9ceaf76ac7024aa9ba8e (diff)
casio/wk1800.cpp, sound/gt155.cpp: Added Casio WK-1800/WK-1600 music keyboards. (#12957)
WK-1800 floppy support is not implemented. New working systems ---------- Casio WK-1800 [Edward d-tech, Devin Acker] New working clones ---------- Casio WK-1600 [Edward d-tech, Devin Acker]
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/sound.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua
index 390b9e7a750..3746cc64bd6 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -1766,3 +1766,15 @@ if (SOUNDS["UPD65043GFU01"]~=null) then
MAME_DIR .. "src/devices/sound/upd65043gfu01.h",
}
end
+
+---------------------------------------------------
+-- Casio GT155
+--@src/devices/sound/gt155.h,SOUNDS["GT155"] = true
+---------------------------------------------------
+
+if (SOUNDS["GT155"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/sound/gt155.cpp",
+ MAME_DIR .. "src/devices/sound/gt155.h",
+ }
+end