summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/rm380z.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/rm380z.h')
-rw-r--r--src/mess/includes/rm380z.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mess/includes/rm380z.h b/src/mess/includes/rm380z.h
index aed486ec141..add77a280a0 100644
--- a/src/mess/includes/rm380z.h
+++ b/src/mess/includes/rm380z.h
@@ -89,7 +89,8 @@ public:
required_device<ram_device> m_messram;
optional_device<device_t> m_fdc;
- rm380z_state(const machine_config &mconfig, device_type type, const char *tag): driver_device(mconfig, type, tag),
+ rm380z_state(const machine_config &mconfig, device_type type, const char *tag)
+ : driver_device(mconfig, type, tag),
m_maincpu(*this, RM380Z_MAINCPU_TAG),
m_messram(*this, RAM_TAG),
m_fdc(*this, "wd1771")