summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/2mindril.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/2mindril.cpp')
-rw-r--r--src/mame/drivers/2mindril.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/2mindril.cpp b/src/mame/drivers/2mindril.cpp
index 615fb3a1a75..e66bd8c98b7 100644
--- a/src/mame/drivers/2mindril.cpp
+++ b/src/mame/drivers/2mindril.cpp
@@ -46,9 +46,10 @@ DAC -26.6860Mhz
class _2mindril_state : public taito_f3_state
{
public:
- _2mindril_state(const machine_config &mconfig, device_type type, const char *tag)
- : taito_f3_state(mconfig, type, tag),
- m_in0(*this, "IN0") { }
+ _2mindril_state(const machine_config &mconfig, device_type type, const char *tag) :
+ taito_f3_state(mconfig, type, tag),
+ m_in0(*this, "IN0")
+ { }
void drill(machine_config &config);