]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/graph/loadcharset.s
Moved the 'graph' files from 'geos-cbm' to 'geos-common' which are believed to work...
[cc65] / libsrc / geos-common / graph / loadcharset.s
1
2 ;
3 ; Maciej 'YTM/Alliance' Witkowiak
4 ;
5 ; 21.12.99
6
7 ; void LoadCharSet (struct fontdesc *myFont);
8
9             .export _LoadCharSet
10
11             .include "jumptab.inc"
12             .include "geossym.inc"
13
14 _LoadCharSet:
15             sta r0L
16             stx r0H
17             jmp LoadCharSet