summaryrefslogtreecommitdiffstats
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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/includes/raiden.h b/src/mame/includes/raiden.h
index b72aa108c1c..f6a8a4001c9 100644
--- a/src/mame/includes/raiden.h
+++ b/src/mame/includes/raiden.h
@@ -15,7 +15,7 @@
#include "emupal.h"
#include "tilemap.h"
-class raiden_state : public driver_device, protected seibu_sound_common
+class raiden_state : public driver_device, public seibu_sound_common
{
public:
raiden_state(const machine_config &mconfig, device_type type, const char *tag) :
@@ -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;