summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/micro3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/micro3d.h')
-rw-r--r--src/mame/includes/micro3d.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/micro3d.h b/src/mame/includes/micro3d.h
index a91e8b70735..1931ddda7e4 100644
--- a/src/mame/includes/micro3d.h
+++ b/src/mame/includes/micro3d.h
@@ -43,8 +43,8 @@ class micro3d_sound_device;
class micro3d_state : public driver_device
{
public:
- micro3d_state(const machine_config &mconfig, device_type type, const char *tag)
- : driver_device(mconfig, type, tag),
+ micro3d_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_upd7759(*this, "upd7759"),