From: izydorst Date: Thu, 1 May 2003 14:01:50 +0000 (+0000) Subject: fix on previous fix X-Git-Tag: V2.12.0~1609 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e6464a8a0e72e2f2c4dd1f34900cbc68e9fa72cc;p=cc65 fix on previous fix git-svn-id: svn://svn.cc65.org/cc65/trunk@2103 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/geos/system/get_ostype.s b/libsrc/geos/system/get_ostype.s index 946df89eb..a68bdfe0b 100644 --- a/libsrc/geos/system/get_ostype.s +++ b/libsrc/geos/system/get_ostype.s @@ -28,7 +28,7 @@ geos10: rts _get_tv: - jsr get_ostype + jsr _get_ostype bpl only40 ; C64 with 40 columns only lda graphMode bpl only40 ; C128 but currently on 40 columns