mirror of
https://github.com/cc65/cc65.git
synced 2024-11-01 11:04:34 +00:00
12 lines
200 B
ArmAsm
12 lines
200 B
ArmAsm
;
|
|
; 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
|