mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
03704: evilston: Missing sound [M.A.S.H.]
This commit is contained in:
parent
66f26dcf58
commit
21fa2b8690
@ -2919,7 +2919,7 @@ static DRIVER_INIT( evilston )
|
|||||||
{
|
{
|
||||||
UINT8 *ROM = memory_region(machine, "audiocpu");
|
UINT8 *ROM = memory_region(machine, "audiocpu");
|
||||||
ROM[0x72] = 0x45; /* reti -> retn ('dead' loop @ $1104 )*/
|
ROM[0x72] = 0x45; /* reti -> retn ('dead' loop @ $1104 )*/
|
||||||
memory_install_write8_handler(cputag_get_address_space(machine, "audiocpu", ADDRESS_SPACE_PROGRAM), 0xa7fe, 0xa7fe, 0, 0, evilston_snd_w);
|
memory_install_write8_handler(cputag_get_address_space(machine, "maincpu", ADDRESS_SPACE_PROGRAM), 0xa7fe, 0xa7fe, 0, 0, evilston_snd_w);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user