From 1cc9afcb331e7f33161ae05892c868d7493d2ec7 Mon Sep 17 00:00:00 2001 From: Fabio Priuli Date: Thu, 1 Apr 2010 12:17:28 +0000 Subject: [PATCH] not worth mention: snes.c: fixed DSP3 init --- src/mame/machine/snesdsp3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mame/machine/snesdsp3.c b/src/mame/machine/snesdsp3.c index 8a3d086832d..0c867891b4a 100644 --- a/src/mame/machine/snesdsp3.c +++ b/src/mame/machine/snesdsp3.c @@ -1101,6 +1101,7 @@ static void dsp3_init( running_machine *machine ) UINT32 i; UINT8 *dspin = memory_region(machine, "addons"); + dsp3_Reset(); // expand the DSP-3 data ROM for (i = 0; i < 2048; i += 2)