diff options
Diffstat (limited to 'src/mame/drivers/maxaflex.cpp')
-rw-r--r-- | src/mame/drivers/maxaflex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/maxaflex.cpp b/src/mame/drivers/maxaflex.cpp index fce86aec694..03092cbfce6 100644 --- a/src/mame/drivers/maxaflex.cpp +++ b/src/mame/drivers/maxaflex.cpp @@ -27,7 +27,7 @@ class maxaflex_state : public atari_common_state { public: - maxaflex_state(const machine_config &mconfig, device_type type, const char *tag) + maxaflex_state(const machine_config &mconfig, device_type type, std::string tag) : atari_common_state(mconfig, type, tag), m_mcu(*this, "mcu"), m_speaker(*this, "speaker"), |