This commit is contained in:
David Haywood 2015-06-15 23:50:14 +01:00
parent 5391f93abc
commit 9cab60eeb3

View File

@ -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 */