summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/aicadsp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/aicadsp.cpp')
-rw-r--r--src/devices/sound/aicadsp.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}