Index: get_ostype.s =================================================================== RCS file: /disk2/cvspub/cc65/libsrc/geos/system/get_ostype.s,v retrieving revision 1.2 retrieving revision 1.2.8.2 diff -u -r1.2 -r1.2.8.2 --- get_ostype.s 10 Sep 2001 22:11:19 -0000 1.2 +++ get_ostype.s 1 May 2003 14:01:50 -0000 1.2.8.2 @@ -7,14 +7,14 @@ ; unsigned char get_ostype (void); ; unsigned char get_tv (void); - .export get_ostype - .export get_tv + .export _get_ostype + .export _get_tv .import tmp1 .include "../inc/geossym.inc" .include "../inc/geossym2.inc" -get_ostype: +_get_ostype: lda version and #%11110000 cmp #$10 @@ -26,8 +26,8 @@ lda version rts -get_tv: - jsr get_ostype +_get_tv: + jsr _get_ostype bpl only40 ; C64 with 40 columns only lda graphMode bpl only40 ; C128 but currently on 40 columns