Moved the lightpen names from <mouse.h> to a new <pen.h>.

Renamed the adjuster pointer.
This commit is contained in:
Greg King
2013-07-25 13:32:40 -04:00
parent 078a1df2f6
commit 3b544613d2
8 changed files with 97 additions and 40 deletions

View File

@@ -1,10 +1,10 @@
;
; Pointer for library references by device drivers.
;
; 2013-06-23, Greg King
; 2013-07-25, Greg King
;
.export mouse_libref, _mouse_adjuster
.export mouse_libref, _pen_adjuster
.data
@@ -17,7 +17,7 @@ mouse_libref: ; generic label for mouse-kernel
; The function might read a value from a file; or, it might ask the user
; to help calibrate the driver.
;
; void __fastcall__ (*mouse_adjuster)(unsigned char *) = NULL;
; void __fastcall__ (*pen_adjuster)(unsigned char *) = NULL;
;
_mouse_adjuster:
_pen_adjuster:
.addr $0000