summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/taitoio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/taitoio.h')
-rw-r--r--src/mame/machine/taitoio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/taitoio.h b/src/mame/machine/taitoio.h
index 7df6117969e..a1b5e53b6c9 100644
--- a/src/mame/machine/taitoio.h
+++ b/src/mame/machine/taitoio.h
@@ -15,7 +15,7 @@
class tc0220ioc_device : public device_t
{
public:
- tc0220ioc_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ tc0220ioc_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
~tc0220ioc_device() {}
template<class _Object> static devcb_base &set_read_0_callback(device_t &device, _Object object) { return downcast<tc0220ioc_device &>(device).m_read_0_cb.set_callback(object); }
@@ -53,7 +53,7 @@ extern const device_type TC0220IOC;
class tc0510nio_device : public device_t
{
public:
- tc0510nio_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ tc0510nio_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
~tc0510nio_device() {}
template<class _Object> static devcb_base &set_read_0_callback(device_t &device, _Object object) { return downcast<tc0510nio_device &>(device).m_read_0_cb.set_callback(object); }
@@ -90,7 +90,7 @@ extern const device_type TC0510NIO;
class tc0640fio_device : public device_t
{
public:
- tc0640fio_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ tc0640fio_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
~tc0640fio_device() {}
template<class _Object> static devcb_base &set_read_0_callback(device_t &device, _Object object) { return downcast<tc0640fio_device &>(device).m_read_0_cb.set_callback(object); }