mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
(nw)
This commit is contained in:
parent
5391f93abc
commit
9cab60eeb3
@ -210,6 +210,9 @@
|
||||
|
||||
void segas32_state::common_start(int multi32)
|
||||
{
|
||||
if(!m_gfxdecode->started())
|
||||
throw device_missing_dependencies();
|
||||
|
||||
int tmap;
|
||||
|
||||
/* remember whether or not we are multi32 */
|
||||
|
Loading…
Reference in New Issue
Block a user