summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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