summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sonson.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sonson.h')
-rw-r--r--src/mame/includes/sonson.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/sonson.h b/src/mame/includes/sonson.h
index bc81bb1a5f3..343ae432944 100644
--- a/src/mame/includes/sonson.h
+++ b/src/mame/includes/sonson.h
@@ -9,7 +9,7 @@
class sonson_state : public driver_device
{
public:
- sonson_state(const machine_config &mconfig, device_type type, std::string tag)
+ sonson_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_videoram(*this, "videoram"),
m_colorram(*this, "colorram"),