1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00
cc65/libsrc
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
..
apple2 Added library reference tgi_libref to TGI interface. 2013-06-01 12:42:00 +02:00
atari Added library reference tgi_libref to TGI interface. 2013-06-01 12:42:00 +02:00
atmos Added library reference tgi_libref to TGI interface. 2013-06-01 12:42:00 +02:00
c16 Added library reference joy_libref to JOY interface. 2013-06-01 00:36:08 +02:00
c64 Used a library-reference method to calibrate lightpen drivers. 2013-06-23 03:18:28 -04:00
c128 Used a library-reference method to calibrate lightpen drivers. 2013-06-23 03:18:28 -04:00
cbm Used a library-reference method to calibrate lightpen drivers. 2013-06-23 03:18:28 -04:00
cbm510 Added library reference ser_libref to SER interface. 2013-06-01 11:03:14 +02:00
cbm610 Added library reference ser_libref to SER interface. 2013-06-01 11:03:14 +02:00
common Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
conio Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
dbg Introduced target 'atarixl'. 2013-05-28 21:56:37 +02:00
em Added library reference em_libref to EMD interface. 2013-06-01 00:11:31 +02:00
geos-apple Made geos-apple's file-converter depend on apple2enh's library. 2013-05-09 14:46:04 -04:00
geos-cbm Added library reference tgi_libref to TGI interface. 2013-06-01 12:42:00 +02:00
geos-common Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
joystick Added library reference joy_libref to JOY interface. 2013-06-01 00:36:08 +02:00
lynx Added library reference tgi_libref to TGI interface. 2013-06-01 12:42:00 +02:00
mouse Added library reference mouse_libref to MOU interface. 2013-06-01 00:53:17 +02:00
nes Added library reference tgi_libref to TGI interface. 2013-06-01 12:42:00 +02:00
pet Added library reference joy_libref to JOY interface. 2013-06-01 00:36:08 +02:00
plus4 Added library reference ser_libref to SER interface. 2013-06-01 11:03:14 +02:00
runtime Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
serial Added library reference ser_libref to SER interface. 2013-06-01 11:03:14 +02:00
sim6502 Added support for cc65 program arguments. 2013-05-24 18:36:30 +02:00
supervision Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
tgi Added library reference tgi_libref to TGI interface. 2013-06-01 12:42:00 +02:00
vic20 Added library reference joy_libref to JOY interface. 2013-06-01 00:36:08 +02:00
zlib Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
Makefile Explicitly set search paths for libraries build. 2013-05-31 21:30:14 +02:00