]> git.sur5r.net Git - cc65/blob - libsrc/apple2/tgi_stat_stddrv.s
Replaced whole bunch for Makefiles with a single generic Makefile.
[cc65] / libsrc / apple2 / tgi_stat_stddrv.s
1 ;
2 ; Address of the static standard tgi driver
3 ;
4 ; Oliver Schmidt, 2012-11-01
5 ;
6 ; const void tgi_static_stddrv[];
7 ;
8
9         .export _tgi_static_stddrv
10         .import _apple2_280_192_8
11
12 .rodata
13
14 _tgi_static_stddrv := _apple2_280_192_8