summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mugsmash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mugsmash.h')
-rw-r--r--src/mame/includes/mugsmash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mugsmash.h b/src/mame/includes/mugsmash.h
index 23e4744578f..e670686d9c4 100644
--- a/src/mame/includes/mugsmash.h
+++ b/src/mame/includes/mugsmash.h
@@ -4,7 +4,7 @@
class mugsmash_state : public driver_device
{
public:
- mugsmash_state(const machine_config &mconfig, device_type type, std::string tag)
+ mugsmash_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_videoram1(*this, "videoram1"),
m_videoram2(*this, "videoram2"),