Fixed crash in aica games due to initialization code blowing away the device pointer.

This commit is contained in:
Aaron Giles 2009-01-02 00:43:05 +00:00
parent 2789bac1fe
commit 9ce87edb3f

View File

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