summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/srmp5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/srmp5.c')
-rw-r--r--src/mame/drivers/srmp5.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/srmp5.c b/src/mame/drivers/srmp5.c
index 1544844ae14..0f7aaee80cb 100644
--- a/src/mame/drivers/srmp5.c
+++ b/src/mame/drivers/srmp5.c
@@ -66,11 +66,11 @@ class srmp5_state : public driver_device
public:
srmp5_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
- m_gfxdecode(*this, "gfxdecode"),
- m_palette(*this, "palette"),
+ m_gfxdecode(*this, "gfxdecode"),
+ m_palette(*this, "palette"),
m_maincpu(*this,"maincpu"),
- m_subcpu(*this, "sub")
-
+ m_subcpu(*this, "sub")
+
{ }
UINT32 m_databank;