diff options
Diffstat (limited to 'src/devices/bus/comx35/expbox.h')
-rw-r--r-- | src/devices/bus/comx35/expbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/comx35/expbox.h b/src/devices/bus/comx35/expbox.h index 3e2267f90c5..0b479c79326 100644 --- a/src/devices/bus/comx35/expbox.h +++ b/src/devices/bus/comx35/expbox.h @@ -34,7 +34,7 @@ class comx_eb_device : public device_t, { public: // construction/destruction - comx_eb_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + comx_eb_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); DECLARE_WRITE_LINE_MEMBER( slot1_irq_w ) { m_irq[0] = state; set_irq(); } DECLARE_WRITE_LINE_MEMBER( slot2_irq_w ) { m_irq[1] = state; set_irq(); } |