summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tumblep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tumblep.h')
-rw-r--r--src/mame/includes/tumblep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tumblep.h b/src/mame/includes/tumblep.h
index 2a125dddd99..291fdffcbe2 100644
--- a/src/mame/includes/tumblep.h
+++ b/src/mame/includes/tumblep.h
@@ -12,7 +12,7 @@
class tumblep_state : public driver_device
{
public:
- tumblep_state(const machine_config &mconfig, device_type type, std::string tag)
+ tumblep_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_spriteram(*this, "spriteram"),
m_pf1_rowscroll(*this, "pf1_rowscroll"),