mirror of
https://github.com/cc65/cc65.git
synced 2025-01-13 09:31:53 +00:00
turn on cursor before returning to DOS
git-svn-id: svn://svn.cc65.org/cc65/trunk@1486 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
345bec94f1
commit
444aa7c944
@ -153,6 +153,11 @@ L2: lda zpsave,x
|
||||
dex
|
||||
bpl L2
|
||||
|
||||
; turn on cursor
|
||||
|
||||
inx
|
||||
stx CRSINH
|
||||
|
||||
; Back to DOS
|
||||
|
||||
rts
|
||||
|
Loading…
x
Reference in New Issue
Block a user