summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/raiden2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/raiden2.h')
-rw-r--r--src/mame/includes/raiden2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/raiden2.h b/src/mame/includes/raiden2.h
index eb196ab0815..11012270e92 100644
--- a/src/mame/includes/raiden2.h
+++ b/src/mame/includes/raiden2.h
@@ -18,7 +18,7 @@ class raiden2_state : public driver_device
public:
raiden2_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag)
- , m_spriteram(*this, "spriteram")
+ , m_spriteram(*this, "spriteram")
, m_maincpu(*this, "maincpu")
, m_seibu_sound(*this, "seibu_sound")
, m_gfxdecode(*this, "gfxdecode")