summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mario.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mario.h')
-rw-r--r--src/mame/includes/mario.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mario.h b/src/mame/includes/mario.h
index 4cc1f790c06..6d723d0a2ba 100644
--- a/src/mame/includes/mario.h
+++ b/src/mame/includes/mario.h
@@ -36,7 +36,7 @@ class mario_state : public driver_device
public:
mario_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
-
+
m_maincpu(*this, "maincpu"),
m_audiocpu(*this, "audiocpu"),
m_gfxdecode(*this, "gfxdecode"),