]> git.sur5r.net Git - cc65/commitdiff
The actual screensize routine mustn't be placed in the "INIT" segment.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 9 Feb 2012 10:40:59 +0000 (10:40 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 9 Feb 2012 10:40:59 +0000 (10:40 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5514 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/geos-common/conio/_scrsize.s

index b0aeabeb6426332cb180a2e7d3af169565284d03..030e38edd424d335f862052fb01dbb4e50e4af99 100644 (file)
@@ -38,6 +38,8 @@ L1:   lda #40                 ; 40 columns (more or less)
        txa 
        jmp _cursor             ; home and update cursor
 
+.code
+
 screensize: 
        ldx xsize
        ldy ysize