summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/centronics/ctronics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/centronics/ctronics.cpp')
-rw-r--r--src/devices/bus/centronics/ctronics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/centronics/ctronics.cpp b/src/devices/bus/centronics/ctronics.cpp
index b490c122d73..34d2e21f022 100644
--- a/src/devices/bus/centronics/ctronics.cpp
+++ b/src/devices/bus/centronics/ctronics.cpp
@@ -12,7 +12,7 @@
const device_type CENTRONICS = &device_creator<centronics_device>;
-centronics_device::centronics_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+centronics_device::centronics_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, CENTRONICS, "Centronics", tag, owner, clock, "centronics", __FILE__),
device_slot_interface(mconfig, *this),
m_strobe_handler(*this),