1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-28 03:29:39 +00:00

The actual screensize routine mustn't be placed in the "INIT" segment.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5514 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc 2012-02-09 10:40:59 +00:00
parent 52f198b6c4
commit 14c3956ea6

View 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