summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/sound.lua
diff options
context:
space:
mode:
author 987123879113 <63495610+987123879113@users.noreply.github.com>2023-09-22 13:56:24 +0900
committer GitHub <noreply@github.com>2023-09-22 14:56:24 +1000
commitf60fd23e3e10f140aa4a63ec1cf26cffd78f422a (patch)
treee203d59afaa7da25cf63748eac9501ed65108216 /scripts/src/sound.lua
parent85ce279c637a21d9a62627392d1636ece7ec360d (diff)
namco/namcos12.cpp: Emulated games with CDXA board. (#11558)
* machine/t10mmc.cpp: Added support for T10SBC_CMD_SEEK_10 command. * cpu/sh: Added SH7014 SoC. * machine/icd2061a.cpp: Emulated IC Designs 2061A programmable clock generator. * sound/lc78836m.cpp: Emulated Sanyo LC78836M audio DAC. * namco/namcos12_cdxa.cpp: Emulated Namco System 12 CDXA board. Systems promoted to working ----------------------------- Truck Kyosokyoku (Japan, TKK2/VER.A) [Windy Fairy] New working systems ----------------------------- Um Jammer Lammy NOW! (Japan, UL1/VER.A) [Phil Bennett, Eric Yockey, Windy Fairy]
Diffstat (limited to 'scripts/src/sound.lua')
-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 59ebe104b2e..4959be4e3a1 100644
--- a/scripts/src/sound.lua
+++ b/scripts/src/sound.lua
@@ -1442,6 +1442,18 @@ if (SOUNDS["LC7535"]~=null) then
end
---------------------------------------------------
+-- Sanyo LC78836M
+--@src/devices/sound/lc78836m.h,SOUNDS["LC78836M"] = true
+---------------------------------------------------
+
+if (SOUNDS["LC78836M"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/sound/lc78836m.cpp",
+ MAME_DIR .. "src/devices/sound/lc78836m.h",
+ }
+end
+
+---------------------------------------------------
-- Sanyo LC82310
--@src/devices/sound/lc82310.h,SOUNDS["LC82310"] = true
---------------------------------------------------