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:
cpg
2002-11-26 21:32:08 +00:00
parent 16af39de8d
commit ef36bbfd82
3 changed files with 6 additions and 3 deletions

View File

@@ -6,7 +6,8 @@
.include "atari.inc"
.export _gotoy
.import setcursor
_gotoy:
sta ROWCRS ; Set Y
rts
jmp setcursor