summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds75160a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ds75160a.cpp')
-rw-r--r--src/devices/machine/ds75160a.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds75160a.cpp b/src/devices/machine/ds75160a.cpp
index 56a602fd607..1560fa4f0b2 100644
--- a/src/devices/machine/ds75160a.cpp
+++ b/src/devices/machine/ds75160a.cpp
@@ -26,7 +26,7 @@ const device_type DS75160A = &device_creator<ds75160a_device>;
// ds75160a_device - constructor
//-------------------------------------------------
-ds75160a_device::ds75160a_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+ds75160a_device::ds75160a_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, DS75160A, "DS75160A", tag, owner, clock, "ds75160a", __FILE__),
m_read(*this),
m_write(*this),