diff options
Diffstat (limited to 'src/mame/drivers/mephisto.cpp')
-rw-r--r-- | src/mame/drivers/mephisto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mephisto.cpp b/src/mame/drivers/mephisto.cpp index 3b8b60f1b7a..8fedccf4cd6 100644 --- a/src/mame/drivers/mephisto.cpp +++ b/src/mame/drivers/mephisto.cpp @@ -73,7 +73,7 @@ Mephisto 4 Turbo Kit 18mhz - (mm4tk) class mephisto_state : public mboard_state { public: - mephisto_state(const machine_config &mconfig, device_type type, std::string tag) + mephisto_state(const machine_config &mconfig, device_type type, const char *tag) : mboard_state(mconfig, type, tag) , m_maincpu(*this, "maincpu") , m_beep(*this, "beeper") |