From da6ebc1ec4007f7d2470f8418f2bea9e4997bdd4 Mon Sep 17 00:00:00 2001 From: cam900 Date: Tue, 25 Dec 2018 13:54:28 +0900 Subject: aica.cpp : Minor correction, Add notes, Remove some unused/unnecessary values, Implement 18bit output, (nw) hikaru.cpp : Add notes --- src/devices/sound/aicadsp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/sound/aicadsp.cpp') diff --git a/src/devices/sound/aicadsp.cpp b/src/devices/sound/aicadsp.cpp index 4cf56872401..30881df4fb9 100644 --- a/src/devices/sound/aicadsp.cpp +++ b/src/devices/sound/aicadsp.cpp @@ -58,7 +58,7 @@ static int32_t UNPACK(uint16_t val) void AICADSP::init() { memset(this,0,sizeof(*this)); - RBL=0x8000; + RBL=(8 * 1024); // Initial RBL is 0 Stopped=1; } -- cgit v1.2.3-70-g09d2