diff options
Diffstat (limited to 'src/mame/drivers/ice_tbd.cpp')
-rw-r--r-- | src/mame/drivers/ice_tbd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ice_tbd.cpp b/src/mame/drivers/ice_tbd.cpp index 04f92cd74f1..1d5fada7d9d 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, std::string tag) + ice_tbd_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag) ,m_maincpu(*this, "maincpu") { } |