summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232/terminal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rs232/terminal.h')
-rw-r--r--src/devices/bus/rs232/terminal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/rs232/terminal.h b/src/devices/bus/rs232/terminal.h
index 0cde8f71f32..1d2112b45c8 100644
--- a/src/devices/bus/rs232/terminal.h
+++ b/src/devices/bus/rs232/terminal.h
@@ -12,7 +12,7 @@ class serial_terminal_device : public generic_terminal_device,
public device_rs232_port_interface
{
public:
- serial_terminal_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ serial_terminal_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
virtual DECLARE_WRITE_LINE_MEMBER( input_txd ) override { device_serial_interface::rx_w(state); }