summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/toaplan1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/toaplan1.h')
-rw-r--r--src/mame/includes/toaplan1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/toaplan1.h b/src/mame/includes/toaplan1.h
index 7c67523b40a..9c0b12075b2 100644
--- a/src/mame/includes/toaplan1.h
+++ b/src/mame/includes/toaplan1.h
@@ -11,7 +11,7 @@
class toaplan1_state : public driver_device
{
public:
- toaplan1_state(const machine_config &mconfig, device_type type, const char *tag)
+ toaplan1_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_bgpaletteram(*this, "bgpalette"),
m_fgpaletteram(*this, "fgpalette"),
@@ -164,7 +164,7 @@ public:
class toaplan1_rallybik_state : public toaplan1_state
{
public:
- toaplan1_rallybik_state(const machine_config &mconfig, device_type type, const char *tag)
+ toaplan1_rallybik_state(const machine_config &mconfig, device_type type, std::string tag)
: toaplan1_state(mconfig, type, tag),
m_spritegen(*this, "scu")
{