mirror of
https://github.com/cc65/cc65.git
synced 2025-08-15 06:27:36 +00:00
some comment fixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
;
|
;
|
||||||
; Mouse driver for Atari Trakball
|
; Mouse driver for Atari Touch Tablet
|
||||||
;
|
;
|
||||||
; Christian Groessler, 2014-01-05
|
; Christian Groessler, 2014-01-05
|
||||||
;
|
;
|
||||||
@@ -364,7 +364,7 @@ IRQ:
|
|||||||
|
|
||||||
; Get cursor position
|
; 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
|
; 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
|
; dimension we have to "stretch" this value. In order to use only
|
||||||
; divisions by powers of two, we use the following appoximation:
|
; divisions by powers of two, we use the following appoximation:
|
||||||
|
Reference in New Issue
Block a user