1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-10 19:29:45 +00:00

some comment fixes

This commit is contained in:
Christian Groessler 2014-01-08 02:28:39 +01:00
parent 97d512a1e1
commit ecd10e632a

View File

@ -1,5 +1,5 @@
;
; Mouse driver for Atari Trakball
; Mouse driver for Atari Touch Tablet
;
; Christian Groessler, 2014-01-05
;
@ -364,7 +364,7 @@ IRQ:
; Get cursor position
; -------------------
; The touchpad is read thru the paddle potentiometers. The possible
; The touch pad is read thru the paddle potentiometers. The possible
; values are 1..228. Since the maximum value is less than the X
; dimension we have to "stretch" this value. In order to use only
; divisions by powers of two, we use the following appoximation: