summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/cps3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/cps3.c')
-rw-r--r--src/mame/audio/cps3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/cps3.c b/src/mame/audio/cps3.c
index 6cfeab15f3d..e98a137ce91 100644
--- a/src/mame/audio/cps3.c
+++ b/src/mame/audio/cps3.c
@@ -33,7 +33,7 @@ static STREAM_UPDATE( cps3_stream_update )
// the actual 'user5' region only exists on the nocd sets, on the others it's allocated in the initialization.
// it's a shared gfx/sound region, so can't be allocated as part of the sound device.
chip.base = (INT8*)cps3_user5region;
-
+
/* Clear the buffers */
memset(outputs[0], 0, samples*sizeof(*outputs[0]));
memset(outputs[1], 0, samples*sizeof(*outputs[1]));