summaryrefslogtreecommitdiffstats
path: root/src/devices/bus/rs232/terminal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rs232/terminal.cpp')
-rw-r--r--src/devices/bus/rs232/terminal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/rs232/terminal.cpp b/src/devices/bus/rs232/terminal.cpp
index 248715813de..c242184b387 100644
--- a/src/devices/bus/rs232/terminal.cpp
+++ b/src/devices/bus/rs232/terminal.cpp
@@ -2,7 +2,7 @@
// copyright-holders:smf
#include "terminal.h"
-serial_terminal_device::serial_terminal_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+serial_terminal_device::serial_terminal_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: generic_terminal_device(mconfig, SERIAL_TERMINAL, "Serial Terminal", tag, owner, clock, "serial_terminal", __FILE__),
device_serial_interface(mconfig, *this),
device_rs232_port_interface(mconfig, *this),