summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dotrikun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dotrikun.cpp')
-rw-r--r--src/mame/drivers/dotrikun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dotrikun.cpp b/src/mame/drivers/dotrikun.cpp
index 4d4424fd4a8..b90ae380823 100644
--- a/src/mame/drivers/dotrikun.cpp
+++ b/src/mame/drivers/dotrikun.cpp
@@ -29,7 +29,7 @@ SOUND : (none)
class dotrikun_state : public driver_device
{
public:
- dotrikun_state(const machine_config &mconfig, device_type type, const char *tag)
+ dotrikun_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_dotrikun_bitmap(*this, "dotrikun_bitmap"),
m_maincpu(*this, "maincpu"),