]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/graph/getcharwidth.s
Adjusted C declarations to the changed static driver names.
[cc65] / libsrc / geos-common / graph / getcharwidth.s
1 ;
2 ; Maciej 'YTM/Elysium' Witkowiak
3 ;
4 ; 21.12.1999, 2.1.2003
5
6 ; char GetCharWidth (char character);
7
8             .export _GetCharWidth
9
10             .include "jumptab.inc"
11
12 _GetCharWidth:
13         jsr GetCharWidth
14         ldx #0
15         rts