summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/basic52.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/basic52.cpp')
-rw-r--r--src/mame/drivers/basic52.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/basic52.cpp b/src/mame/drivers/basic52.cpp
index 57776c6585d..f641beaef04 100644
--- a/src/mame/drivers/basic52.cpp
+++ b/src/mame/drivers/basic52.cpp
@@ -42,7 +42,7 @@ to discover the special features of this Basic.
class basic52_state : public driver_device
{
public:
- basic52_state(const machine_config &mconfig, device_type type, std::string tag)
+ basic52_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)