summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mcr68.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mcr68.h')
-rw-r--r--src/mame/includes/mcr68.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mcr68.h b/src/mame/includes/mcr68.h
index 17ac3e492d7..56f4f10a94e 100644
--- a/src/mame/includes/mcr68.h
+++ b/src/mame/includes/mcr68.h
@@ -17,7 +17,7 @@ struct counter_state
class mcr68_state : public driver_device
{
public:
- mcr68_state(const machine_config &mconfig, device_type type, std::string tag)
+ mcr68_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_chip_squeak_deluxe(*this, "csd"),
m_sounds_good(*this, "sg"),