summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/74153.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/74153.cpp')
-rw-r--r--src/devices/machine/74153.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/74153.cpp b/src/devices/machine/74153.cpp
index c9f4ff0ab4a..d5b8ad37634 100644
--- a/src/devices/machine/74153.cpp
+++ b/src/devices/machine/74153.cpp
@@ -41,7 +41,7 @@
const device_type TTL74153 = &device_creator<ttl74153_device>;
-ttl74153_device::ttl74153_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+ttl74153_device::ttl74153_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, TTL74153, "74153 TTL", tag, owner, clock, "74153", __FILE__),
m_a(0),
m_b(0)