mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +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:
parent
52f198b6c4
commit
14c3956ea6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user