summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/e05a03.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/e05a03.cpp')
-rw-r--r--src/devices/machine/e05a03.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/e05a03.cpp b/src/devices/machine/e05a03.cpp
index 71b985967de..b0389abb6df 100644
--- a/src/devices/machine/e05a03.cpp
+++ b/src/devices/machine/e05a03.cpp
@@ -16,7 +16,7 @@
const device_type E05A03 = &device_creator<e05a03_device>;
-e05a03_device::e05a03_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+e05a03_device::e05a03_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, E05A03, "E05A03", tag, owner, clock, "e05a03", __FILE__),
m_write_nlq_lp(*this),
m_write_pe_lp(*this),