diff options
Diffstat (limited to 'src/mame/drivers/ti630.cpp')
-rw-r--r-- | src/mame/drivers/ti630.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ti630.cpp b/src/mame/drivers/ti630.cpp index 4b09e2e6ded..910fecc3aae 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, std::string tag) + ti630_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag) , m_maincpu(*this, "maincpu") , m_lcdc(*this, "hd44780") |