summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-03-28 13:42:19 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-03-28 13:42:19 -0400
commitc3d0131b223321d2ca86470ec4fe7f54c5527068 (patch)
tree25d9e3e39d81c104a4c41fa78eb08ebfa62ce6e4
parent3485a622b5ab5a17321c7c5b5c5a3a48c2b2a1f4 (diff)
Another small mistake with big effects (nw)
-rw-r--r--src/mame/includes/raiden.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/raiden.h b/src/mame/includes/raiden.h
index 02024ae212b..d274528be36 100644
--- a/src/mame/includes/raiden.h
+++ b/src/mame/includes/raiden.h
@@ -15,7 +15,7 @@ public:
raiden_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
- m_subcpu(*this, "subcpu"),
+ m_subcpu(*this, "sub"),
m_seibu_sound(*this, "seibu_sound"),
m_gfxdecode(*this, "gfxdecode"),
m_palette(*this, "palette"),