summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/maxaflex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/maxaflex.cpp')
-rw-r--r--src/mame/drivers/maxaflex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/maxaflex.cpp b/src/mame/drivers/maxaflex.cpp
index 03092cbfce6..fce86aec694 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, std::string tag)
+ maxaflex_state(const machine_config &mconfig, device_type type, const char *tag)
: atari_common_state(mconfig, type, tag),
m_mcu(*this, "mcu"),
m_speaker(*this, "speaker"),