summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/z1013.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/z1013.cpp')
-rw-r--r--src/mame/drivers/z1013.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/z1013.cpp b/src/mame/drivers/z1013.cpp
index aff7677cddd..ca1d5c3a3bf 100644
--- a/src/mame/drivers/z1013.cpp
+++ b/src/mame/drivers/z1013.cpp
@@ -60,7 +60,7 @@ Due to no input checking, misuse of commands can crash the system.
class z1013_state : public driver_device
{
public:
- z1013_state(const machine_config &mconfig, device_type type, std::string tag)
+ z1013_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_cass(*this, "cassette"),