mirror of
https://github.com/holub/mame
synced 2025-05-23 14:19:01 +03:00
midzeus regressions.
This commit is contained in:
parent
0e44db781f
commit
77b0991214
@ -92,6 +92,7 @@ static MACHINE_START( midzeus )
|
||||
static MACHINE_RESET( midzeus )
|
||||
{
|
||||
memcpy(ram_base, memory_region(machine, "user1"), 0x40000*4);
|
||||
cpu_reset(machine->cpu[0]);
|
||||
*ram_base <<= 1;
|
||||
|
||||
cmos_protected = TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user