summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ti630.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ti630.cpp')
-rw-r--r--src/mame/drivers/ti630.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ti630.cpp b/src/mame/drivers/ti630.cpp
index 910fecc3aae..4b09e2e6ded 100644
--- a/src/mame/drivers/ti630.cpp
+++ b/src/mame/drivers/ti630.cpp
@@ -42,7 +42,7 @@ It means we probably would have to emulate a modem device for it to treat commun
class ti630_state : public driver_device
{
public:
- ti630_state(const machine_config &mconfig, device_type type, const char *tag)
+ ti630_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag)
, m_maincpu(*this, "maincpu")
, m_lcdc(*this, "hd44780")