]> git.sur5r.net Git - cc65/blobdiff - libsrc/c64/mouseref.s
Fixed some line endings.
[cc65] / libsrc / c64 / mouseref.s
index fb83c439f6faab0068f768c08a3587f931a45d10..90aeedf3abdb3e44b613e498d9b1a33672a128b4 100644 (file)
@@ -1,23 +1,23 @@
-;\r
-; Pointer for library references by device drivers.\r
-;\r
-; 2013-06-23, Greg King\r
-;\r
-\r
-        .export         mouse_libref, _mouse_adjuster\r
-\r
-        .data\r
-\r
-mouse_libref:                   ; generic label for mouse-kernel\r
-\r
-; A program optionally can set this pointer to a function that gives\r
-; a calibration value to a driver.  If this pointer isn't NULL,\r
-; then a driver that wants a value can call that function.\r
-;\r
-; The function might read a value from a file; or, it might ask the user\r
-; to help calibrate the driver.\r
-;\r
-; void __fastcall__ (*mouse_adjuster)(unsigned char *) = NULL;\r
-;\r
-_mouse_adjuster:\r
-        .addr   $0000\r
+;
+; Pointer for library references by device drivers.
+;
+; 2013-07-25, Greg King
+;
+
+        .export         mouse_libref, _pen_adjuster
+
+        .data
+
+mouse_libref:                   ; generic label for mouse-kernel
+
+; A program optionally can set this pointer to a function that gives
+; a calibration value to a driver.  If this pointer isn't NULL,
+; then a driver that wants a value can call that function.
+;
+; The function might read a value from a file; or, it might ask the user
+; to help calibrate the driver.
+;
+; void __fastcall__ (*pen_adjuster)(unsigned char *) = NULL;
+;
+_pen_adjuster:
+        .addr   $0000