From f60fd23e3e10f140aa4a63ec1cf26cffd78f422a Mon Sep 17 00:00:00 2001 From: 987123879113 <63495610+987123879113@users.noreply.github.com> Date: Fri, 22 Sep 2023 13:56:24 +0900 Subject: 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] --- scripts/src/sound.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src/sound.lua') 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 @@ -1441,6 +1441,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 -- cgit v1.2.3-70-g09d2