]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/drivers/mouse_stddrv.s
Prepared infrastructure for a shared loadable generic mouse driver based the GEOS...
[cc65] / libsrc / geos-common / drivers / mouse_stddrv.s
1 ;
2 ; Name of the standard mouse driver
3 ;
4 ; 2010-01-25, Greg King
5 ;
6 ; const char mouse_stddrv[];
7 ;
8
9             .export _mouse_stddrv
10
11 .rodata
12
13 _mouse_stddrv:
14         .asciiz "geos-stdmou.mou"