Searched refs:ACIA_IRQ (Results 1 – 2 of 2) sorted by relevance
141 if (acia.mid_ctrl & ACIA_IRQ) in atari_keyboard_interrupt()146 if (!((acia_stat | acia.mid_ctrl) & ACIA_IRQ)) in atari_keyboard_interrupt()
651 #define ACIA_IRQ (1<<7) /* Interrupt Request */ macro