summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ice_tbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ice_tbd.cpp')
-rw-r--r--src/mame/drivers/ice_tbd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ice_tbd.cpp b/src/mame/drivers/ice_tbd.cpp
index 1d5fada7d9d..04f92cd74f1 100644
--- a/src/mame/drivers/ice_tbd.cpp
+++ b/src/mame/drivers/ice_tbd.cpp
@@ -23,7 +23,7 @@ not sure what the actual inputs / outputs would be on this, maybe just track pos
class ice_tbd_state : public driver_device
{
public:
- ice_tbd_state(const machine_config &mconfig, device_type type, const char *tag)
+ ice_tbd_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag)
,m_maincpu(*this, "maincpu")
{ }