call setcursor to update cursor settings
git-svn-id: svn://svn.cc65.org/cc65/trunk@1656 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
|
||||
.include "atari.inc"
|
||||
.export _gotoy
|
||||
.import setcursor
|
||||
|
||||
_gotoy:
|
||||
sta ROWCRS ; Set Y
|
||||
rts
|
||||
jmp setcursor
|
||||
|
||||
Reference in New Issue
Block a user