1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-07 19:29:18 +00:00
cc65/libsrc/atari/mou
Christian Groessler b477023783 Turn off mouse polling interrupt if the mouse hasn't been moved for
some time. Turn it back on when the mouse is moved again.
Since the polling interrupt runs at a rather high frequency (1kHz),
this saves many processor cycles when the mouse is inactive.
2014-02-14 01:44:00 +01:00
..
atrami.s Add drivers for ST mouse, Amiga mouse, and Atari trakball. Access 2014-01-04 20:33:24 +01:00
atrjoy.s Adapt to new mouse driver interface ('prep' and 'draw') 2014-01-18 00:11:18 +01:00
atrst.s Turn off mouse polling interrupt if the mouse hasn't been moved for 2014-02-14 01:44:00 +01:00
atrtrk.s Add drivers for ST mouse, Amiga mouse, and Atari trakball. Access 2014-01-04 20:33:24 +01:00
atrtt.s Adapt to new mouse driver interface ('prep' and 'draw') 2014-01-20 11:40:13 +01:00