Added a standard mouse driver to the cx16 library.
This commit is contained in:
11
libsrc/cx16/mouse_stat_stddrv.s
Normal file
11
libsrc/cx16/mouse_stat_stddrv.s
Normal 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
|
||||
Reference in New Issue
Block a user