summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/tait8741.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/tait8741.h')
-rw-r--r--src/mame/machine/tait8741.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/tait8741.h b/src/mame/machine/tait8741.h
index e0a5eb75c73..8bb7ad4b5a3 100644
--- a/src/mame/machine/tait8741.h
+++ b/src/mame/machine/tait8741.h
@@ -57,7 +57,7 @@ class taito8741_4pack_device : public device_t
};
public:
- taito8741_4pack_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ taito8741_4pack_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
~taito8741_4pack_device() {}
template<class _Object> static devcb_base &set_port_handler_0_callback(device_t &device, _Object object) { return downcast<taito8741_4pack_device &>(device).m_port_handler_0_r.set_callback(object); }
@@ -143,7 +143,7 @@ class josvolly8741_4pack_device : public device_t
};
public:
- josvolly8741_4pack_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ josvolly8741_4pack_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
~josvolly8741_4pack_device() {}
template<class _Object> static devcb_base &set_port_handler_0_callback(device_t &device, _Object object) { return downcast<josvolly8741_4pack_device &>(device).m_port_handler_0_r.set_callback(object); }