mirror of
https://github.com/holub/mame
synced 2025-05-30 09:33:05 +03:00
Fixed crash in aica games due to initialization code blowing away the device pointer.
This commit is contained in:
parent
2789bac1fe
commit
9ce87edb3f
@ -524,8 +524,6 @@ static void AICA_Init(const device_config *device, struct _AICA *AICA, const aic
|
||||
|
||||
// get AICA RAM
|
||||
{
|
||||
memset(AICA,0,sizeof(*AICA));
|
||||
|
||||
if (sndindex == 0)
|
||||
{
|
||||
AICA->Master=1;
|
||||
|
Loading…
Reference in New Issue
Block a user