diff options
Diffstat (limited to 'src/mame/drivers/zexall.cpp')
-rw-r--r-- | src/mame/drivers/zexall.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/zexall.cpp b/src/mame/drivers/zexall.cpp index 4ca777e18dd..4d1fe464b4e 100644 --- a/src/mame/drivers/zexall.cpp +++ b/src/mame/drivers/zexall.cpp @@ -29,7 +29,7 @@ One i/o port is used: class zexall_state : public driver_device { public: - zexall_state(const machine_config &mconfig, device_type type, const char *tag) + zexall_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_terminal(*this, TERMINAL_TAG), |