summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/namco.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/namco.c')
-rw-r--r--src/emu/sound/namco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/namco.c b/src/emu/sound/namco.c
index 904da17f150..60549efd0be 100644
--- a/src/emu/sound/namco.c
+++ b/src/emu/sound/namco.c
@@ -121,7 +121,7 @@ static void build_decoded_waveform(running_machine *machine, namco_sound *chip,
int v;
chip->wavedata = (rgnbase != NULL) ? rgnbase : auto_alloc_array_clear(machine, UINT8, 0x400);
-
+
/* 20pacgal has waves in RAM but old sound system */
if (rgnbase == NULL && chip->num_voices != 3)
{