summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hpz80unk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hpz80unk.cpp')
-rw-r--r--src/mame/drivers/hpz80unk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hpz80unk.cpp b/src/mame/drivers/hpz80unk.cpp
index 6c82c7f0b21..db39fbcc6d6 100644
--- a/src/mame/drivers/hpz80unk.cpp
+++ b/src/mame/drivers/hpz80unk.cpp
@@ -41,7 +41,7 @@ Z nothing
class hpz80unk_state : public driver_device
{
public:
- hpz80unk_state(const machine_config &mconfig, device_type type, std::string tag)
+ hpz80unk_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_terminal(*this, TERMINAL_TAG),