diff options
Diffstat (limited to 'src/mame/includes/super6.h')
-rw-r--r-- | src/mame/includes/super6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/super6.h b/src/mame/includes/super6.h index dae98735656..6edce116cb4 100644 --- a/src/mame/includes/super6.h +++ b/src/mame/includes/super6.h @@ -30,7 +30,7 @@ class super6_state : public driver_device { public: - super6_state(const machine_config &mconfig, device_type type, std::string tag) + super6_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, Z80_TAG), m_ctc(*this, Z80CTC_TAG), |