A89: interrupts
[Prev][Next][Index][Thread]
A89: interrupts
does anyone know which interrupt the OS uses to
check keypresses? I've installed an auto 1 interrupt handler, but that
doesn't seem to stop the shift, diamond and 2nd keys from being handled by the
interrupt; is it because I'm calling
util::idle_loop or should I disable another interrupt as
well?
Follow-Ups: