summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segas18.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/segas18.h')
-rw-r--r--src/mame/includes/segas18.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/segas18.h b/src/mame/includes/segas18.h
index 91cd6aa3645..d7b1bcffcc0 100644
--- a/src/mame/includes/segas18.h
+++ b/src/mame/includes/segas18.h
@@ -151,6 +151,6 @@ protected:
UINT8 m_wwally_last_y[3];
UINT8 m_lghost_value;
UINT8 m_lghost_select;
-
+
required_device<gfxdecode_device> m_gfxdecode;
};