summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/e05a03.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/e05a03.h')
-rw-r--r--src/devices/machine/e05a03.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/e05a03.h b/src/devices/machine/e05a03.h
index ab768434d68..86b36b673b0 100644
--- a/src/devices/machine/e05a03.h
+++ b/src/devices/machine/e05a03.h
@@ -36,7 +36,7 @@
class e05a03_device : public device_t
{
public:
- e05a03_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ e05a03_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
~e05a03_device() {}
template<class _Object> static devcb_base &set_nlq_lp_wr_callback(device_t &device, _Object object) { return downcast<e05a03_device &>(device).m_write_nlq_lp.set_callback(object); }