]> git.sur5r.net Git - cc65/blob - libsrc/cbm510/mouse_stat_stddrv.s
libsrc/atari/getdefdev.s: small optimization and fix a typo
[cc65] / libsrc / cbm510 / mouse_stat_stddrv.s
1 ;
2 ; Address of the static standard mouse driver
3 ;
4 ; 2012-11-01, Oliver Schmidt
5 ; 2013-08-06, Greg King
6 ;
7 ; const void mouse_static_stddrv[];
8 ;
9
10         .export _mouse_static_stddrv
11         .import _cbm510_joy_mou
12
13 _mouse_static_stddrv := _cbm510_joy_mou