diff --git a/libsrc/atari/crt0.s b/libsrc/atari/crt0.s index 95e5cac0e..77766003e 100644 --- a/libsrc/atari/crt0.s +++ b/libsrc/atari/crt0.s @@ -153,6 +153,11 @@ L2: lda zpsave,x dex bpl L2 +; turn on cursor + + inx + stx CRSINH + ; Back to DOS rts