summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/raiden.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/raiden.h')
-rw-r--r--src/mame/includes/raiden.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/raiden.h b/src/mame/includes/raiden.h
index 09550e56dfc..f6a8a4001c9 100644
--- a/src/mame/includes/raiden.h
+++ b/src/mame/includes/raiden.h
@@ -56,7 +56,8 @@ protected:
DECLARE_WRITE16_MEMBER(raiden_text_w);
-private:
+ void common_video_start();
+
required_device<cpu_device> m_subcpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;