void newbrain_fdc_device::iorq_w(offs_t offset, uint8_t data, bool &prtov) { m_exp->iorq_w(offset, data, prtov); if ((offset & 0x20f) == 0x20f) { io_dec_w(data); } }
void newbrain_fdc_t::iorq_w(address_space &space, offs_t offset, UINT8 data, bool &prtov) { m_exp->iorq_w(space, offset, data, prtov); if ((offset & 0x20f) == 0x20f) { io_dec_w(space, 0, data); } }