summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2015-06-15 23:50:14 +0100
committer David Haywood <mamehaze@users.noreply.github.com>2015-06-15 23:50:14 +0100
commit9cab60eeb34c0770bfc2cb68b69b505398e1646f (patch)
treeb7b59ab8888cd2f320f7d24c1205227e69a7c360 /src
parent5391f93abc0341a8eb2fdb34a182444723c03287 (diff)
(nw)
Diffstat (limited to 'src')
-rw-r--r--src/mame/video/segas32.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/video/segas32.c b/src/mame/video/segas32.c
index b04df8b8a26..16f9f75d271 100644
--- a/src/mame/video/segas32.c
+++ b/src/mame/video/segas32.c
@@ -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 */