Searched refs:C2_POS (Results 1 – 2 of 2) sorted by relevance
88 if ((positive_edge && (ctrl & C2_POS)) || in mos6522_set_irq()89 (!positive_edge && !(ctrl & C2_POS))) { in mos6522_set_irq()105 if ((positive_edge && (ctrl & C2_POS)) || in mos6522_set_irq()106 (!positive_edge && !(ctrl & C2_POS))) { in mos6522_set_irq()
77 #define C2_POS 0x2 macro