mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +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
|
txa
|
||||||
jmp _cursor ; home and update cursor
|
jmp _cursor ; home and update cursor
|
||||||
|
|
||||||
|
.code
|
||||||
|
|
||||||
screensize:
|
screensize:
|
||||||
ldx xsize
|
ldx xsize
|
||||||
ldy ysize
|
ldy ysize
|
||||||
|
Loading…
x
Reference in New Issue
Block a user