summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/kangaroo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kangaroo.h')
-rw-r--r--src/mame/includes/kangaroo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/kangaroo.h b/src/mame/includes/kangaroo.h
index c7003cdee97..2b73a14c28e 100644
--- a/src/mame/includes/kangaroo.h
+++ b/src/mame/includes/kangaroo.h
@@ -11,7 +11,7 @@
class kangaroo_state : public driver_device
{
public:
- kangaroo_state(const machine_config &mconfig, device_type type, std::string tag)
+ kangaroo_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_video_control(*this, "video_control"),
m_maincpu(*this, "maincpu"),