diff options
Diffstat (limited to 'src/mame/drivers/ht68k.cpp')
-rw-r--r-- | src/mame/drivers/ht68k.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ht68k.cpp b/src/mame/drivers/ht68k.cpp index b09ae69ce60..563229b5094 100644 --- a/src/mame/drivers/ht68k.cpp +++ b/src/mame/drivers/ht68k.cpp @@ -37,7 +37,7 @@ Lot of infos available at: http://www.classiccmp.org/cini/ht68k.htm class ht68k_state : public driver_device { public: - ht68k_state(const machine_config &mconfig, device_type type, const char *tag) + ht68k_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_duart(*this, "duart68681"), |