summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/ht68k.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ht68k.cpp')
-rw-r--r--src/mame/drivers/ht68k.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ht68k.cpp b/src/mame/drivers/ht68k.cpp
index 563229b5094..b09ae69ce60 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, std::string tag)
+ ht68k_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_duart(*this, "duart68681"),