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,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"