mirror of
https://github.com/holub/mame
synced 2025-05-21 13:18:56 +03:00
fix regression
This commit is contained in:
parent
2fe09fc618
commit
e3fcd7dd75
@ -5977,6 +5977,8 @@ static DRIVER_INIT( karatour )
|
|||||||
state->m_vram_1[i] = machine.rand();
|
state->m_vram_1[i] = machine.rand();
|
||||||
state->m_vram_2[i] = machine.rand();
|
state->m_vram_2[i] = machine.rand();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DRIVER_INIT_CALL(metro);
|
||||||
}
|
}
|
||||||
|
|
||||||
static DRIVER_INIT( daitorid )
|
static DRIVER_INIT( daitorid )
|
||||||
|
Loading…
Reference in New Issue
Block a user