summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232/loopback.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rs232/loopback.h')
-rw-r--r--src/devices/bus/rs232/loopback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/rs232/loopback.h b/src/devices/bus/rs232/loopback.h
index 5d262c93264..c1e8f2e0112 100644
--- a/src/devices/bus/rs232/loopback.h
+++ b/src/devices/bus/rs232/loopback.h
@@ -10,7 +10,7 @@ class rs232_loopback_device : public device_t,
public device_rs232_port_interface
{
public:
- rs232_loopback_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ rs232_loopback_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
virtual WRITE_LINE_MEMBER( input_txd ) override;
virtual WRITE_LINE_MEMBER( input_rts ) override;