03418: dday: Access Violation after coin insertion [M.A.S.H.]

This commit is contained in:
Scott Stone 2009-09-02 17:17:24 +00:00
parent e960306efb
commit 84f09a0853

View File

@ -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);