summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/gaelco3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/gaelco3d.h')
-rw-r--r--src/mame/machine/gaelco3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/gaelco3d.h b/src/mame/machine/gaelco3d.h
index 36ab65082f1..4ce06668b5a 100644
--- a/src/mame/machine/gaelco3d.h
+++ b/src/mame/machine/gaelco3d.h
@@ -62,7 +62,7 @@ struct osd_shared_mem
class gaelco_serial_device : public device_t
{
public:
- gaelco_serial_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ gaelco_serial_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
~gaelco_serial_device() {}
template<class _Object> static devcb_base &set_irq_handler(device_t &device, _Object object) { return downcast<gaelco_serial_device &>(device).m_irq_handler.set_callback(object); }