summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mpf1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mpf1.h')
-rw-r--r--src/mame/includes/mpf1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mpf1.h b/src/mame/includes/mpf1.h
index 603dd68f838..7945e00513b 100644
--- a/src/mame/includes/mpf1.h
+++ b/src/mame/includes/mpf1.h
@@ -26,7 +26,7 @@
class mpf1_state : public driver_device
{
public:
- mpf1_state(const machine_config &mconfig, device_type type, const char *tag)
+ mpf1_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, Z80_TAG),
m_ctc(*this, Z80CTC_TAG),