]> git.sur5r.net Git - cc65/commitdiff
fixed incorrect exports
authorizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 1 May 2003 13:43:22 +0000 (13:43 +0000)
committerizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 1 May 2003 13:43:22 +0000 (13:43 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2102 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/geos/system/get_ostype.s

index 264f80b3f004a7d6b551396b29d0488e2aa49cc4..946df89eba4c9b41ea7f6b4209450b12b56000db 100644 (file)
@@ -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:
            ldx #0
            lda version
            and #%11110000
@@ -27,7 +27,7 @@ geos10:
            lda version
            rts
 
-get_tv:
+_get_tv:
            jsr get_ostype
            bpl only40                  ; C64 with 40 columns only
            lda graphMode