Added a standard mouse driver to the cx16 library.

This commit is contained in:
Greg King
2019-11-16 14:51:24 -05:00
parent d78133e1f0
commit 5da525e0ea
6 changed files with 415 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
;
; Address of the static standard mouse driver
;
; 2019-11-08,Greg King
;
; const void mouse_static_stddrv[];
;
.import _cx16_std_mou
.export _mouse_static_stddrv := _cx16_std_mou