mirror of
https://github.com/holub/mame
synced 2025-05-21 21:29:15 +03:00
03418: dday: Access Violation after coin insertion [M.A.S.H.]
This commit is contained in:
parent
e960306efb
commit
84f09a0853
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user