]> git.sur5r.net Git - cc65/blob - libsrc/cbm510/mouse_stddrv.s
atari: split color.s into bordercolor.s and bgcolor.s
[cc65] / libsrc / cbm510 / mouse_stddrv.s
1 ;
2 ; Name of the standard mouse driver
3 ;
4 ; 2009-09-11, Ullrich von Bassewitz
5 ; 2013-06-25, Greg King
6 ;
7 ; const char mouse_stddrv[];
8 ;
9
10         .export _mouse_stddrv
11
12 .rodata
13
14 _mouse_stddrv:  .asciiz "cbm510-joy.mou"
15
16