Searched refs:m_channel_irq (Results 1 – 4 of 4) sorted by relevance
110 m_channel_irq[i] = timer_alloc(TIMER_IRQ + i); in device_start()111 m_channel_irq[i]->adjust(attotime::never); in device_start()145 m_channel_irq[i]->adjust(attotime::never); in device_reset()483 …m_channel_irq[channel_bit]->adjust(attotime::from_hz(m_channel_rate[channel_bit]), 0, attotime::fr… in audio_ctrl_w()487 m_channel_irq[channel_bit]->adjust(attotime::never); in audio_ctrl_w()1007 m_channel_irq[channel]->adjust(attotime::never); in stop_channel()
369 emu_timer *m_channel_irq[16]; variable