diff options
Diffstat (limited to 'src/mame/drivers/amust.cpp')
-rw-r--r-- | src/mame/drivers/amust.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/amust.cpp b/src/mame/drivers/amust.cpp index 4c1848fc548..a2bcdaf9536 100644 --- a/src/mame/drivers/amust.cpp +++ b/src/mame/drivers/amust.cpp @@ -99,7 +99,7 @@ public: TIMER_BEEP_OFF }; - amust_state(const machine_config &mconfig, device_type type, const char *tag) + amust_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag) , m_palette(*this, "palette") , m_maincpu(*this, "maincpu") |