1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00
cc65/testcode
Greg King e63bf1cde1 Used a library-reference method to calibrate lightpen drivers.
The mouse reference is a pointer.  If it's NULL, the driver uses a default.  If it's non-NULL, then it points to a function that the driver can call.  That function will adjust the driver's calibration value.  It could ask the user to adjust the pen; or, it could read a file that holds a value from a previous calibration.

Application writers can choose how it's done: a function that's provided by the library, a custom function, or nothing.
2013-06-23 03:18:28 -04:00
..
assembler Test file for illegal 6502 opcodes 2005-01-09 19:07:45 +00:00
compiler Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
grc Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
lib Used a library-reference method to calibrate lightpen drivers. 2013-06-23 03:18:28 -04:00