From 84f09a08530f5b5de20dd0c38427c8e56ae16ee7 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Wed, 2 Sep 2009 17:17:24 +0000 Subject: [PATCH] 03418: dday: Access Violation after coin insertion [M.A.S.H.] --- src/mame/video/dday.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/video/dday.c b/src/mame/video/dday.c index ab1b7568f5d..b40a5bd471a 100644 --- a/src/mame/video/dday.c +++ b/src/mame/video/dday.c @@ -297,7 +297,7 @@ WRITE8_HANDLER( dday_control_w ) /* bit 4 is sound enable */ if (!(data & 0x10) && (control & 0x10)) - devtag_reset(space->machine, "ay"); + devtag_reset(space->machine, "ay1"); sound_global_enable(space->machine, data & 0x10);