summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/codata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/codata.cpp')
-rw-r--r--src/mame/drivers/codata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/codata.cpp b/src/mame/drivers/codata.cpp
index ae49ae39d1b..9499ab38560 100644
--- a/src/mame/drivers/codata.cpp
+++ b/src/mame/drivers/codata.cpp
@@ -20,7 +20,7 @@
class codata_state : public driver_device
{
public:
- codata_state(const machine_config &mconfig, device_type type, std::string tag)
+ codata_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_p_base(*this, "rambase"),
m_terminal(*this, TERMINAL_TAG),