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