From 3204234f8d7edce4a3373be3895d6852f3480ff8 Mon Sep 17 00:00:00 2001 From: cam900 Date: Fri, 24 Aug 2018 10:47:41 +0900 Subject: Add huc6230 Emulation (#3829) * Add huc6230 Emulation huc6272.cpp : Add ADPCM transfer, Add save states PC-FXGA for PC-9801 C Bus is released in December 1995 in Japan, Correct metadata * huc6272.cpp : Fix ADPCM address * huc6230.cpp : Simpler interpolate * huc6230.cpp : Fix clamp huc6272.cpp : Fix ADPCM nibble * huc6272.cpp : Fix data type * Revert pcfxga year; PC-FXGA for PC9801 C-bus is not dumped? --- scripts/src/sound.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index f8e7f0f20a1..db5930d3801 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -381,6 +381,20 @@ end +--------------------------------------------------- +-- Hudsonsoft HuC6230 SoundBox +--@src/devices/sound/huc6230.h,SOUNDS["HUC6230"] = true +--------------------------------------------------- + +if (SOUNDS["HUC6230"]~=null) then + files { + MAME_DIR .. "src/devices/sound/huc6230.cpp", + MAME_DIR .. "src/devices/sound/huc6230.h", + } +end + + + --------------------------------------------------- -- Hudsonsoft C6280 sound chip --@src/devices/sound/c6280.h,SOUNDS["C6280"] = true -- cgit v1.2.3