From e6464a8a0e72e2f2c4dd1f34900cbc68e9fa72cc Mon Sep 17 00:00:00 2001 From: izydorst Date: Thu, 1 May 2003 14:01:50 +0000 Subject: [PATCH] fix on previous fix git-svn-id: svn://svn.cc65.org/cc65/trunk@2103 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/geos/system/get_ostype.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5