diff options
Diffstat (limited to 'src/mame/drivers/tandy1t.cpp')
-rw-r--r-- | src/mame/drivers/tandy1t.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tandy1t.cpp b/src/mame/drivers/tandy1t.cpp index 3ba893c7610..4da19fbfc2e 100644 --- a/src/mame/drivers/tandy1t.cpp +++ b/src/mame/drivers/tandy1t.cpp @@ -47,7 +47,7 @@ Tandy 1000 (80386) variations: class tandy1000_state : public driver_device { public: - tandy1000_state(const machine_config &mconfig, device_type type, const char *tag) + tandy1000_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag) , m_maincpu(*this, "maincpu") , m_romcs0(*this, "romcs0") |