summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mpu2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mpu2.c')
-rw-r--r--src/mame/drivers/mpu2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mpu2.c b/src/mame/drivers/mpu2.c
index 638975c473e..41fa2636b28 100644
--- a/src/mame/drivers/mpu2.c
+++ b/src/mame/drivers/mpu2.c
@@ -44,7 +44,7 @@ class mpu2_state : public driver_device
public:
mpu2_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
- m_maincpu(*this, "maincpu")
+ m_maincpu(*this, "maincpu")
{ }
protected: