Added a standard mouse driver to the cx16 library.
This commit is contained in:
13
libsrc/cx16/mouse_stddrv.s
Normal file
13
libsrc/cx16/mouse_stddrv.s
Normal file
@@ -0,0 +1,13 @@
|
||||
;
|
||||
; Name of the standard mouse driver
|
||||
;
|
||||
; 2019-11-08, Greg King
|
||||
;
|
||||
; const char mouse_stddrv[];
|
||||
;
|
||||
|
||||
.export _mouse_stddrv
|
||||
|
||||
.rodata
|
||||
|
||||
_mouse_stddrv: .asciiz "cx16-std.mou"
|
||||
Reference in New Issue
Block a user