02705: connect4: connect4 crashes if nvram file is present
This commit is contained in:
parent
ec6dcfc192
commit
022d56f461
@ -434,6 +434,7 @@ static MACHINE_RESET( mpu4 )
|
|||||||
memory_configure_bank(machine, 1, 0, 8, &rom[0x01000], 0x10000);
|
memory_configure_bank(machine, 1, 0, 8, &rom[0x01000], 0x10000);
|
||||||
|
|
||||||
memory_set_bank(machine, 1,0);
|
memory_set_bank(machine, 1,0);
|
||||||
|
cpu_reset(machine->cpu[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user