]> git.sur5r.net Git - cc65/commitdiff
fix typo
authorChristian Groessler <chris@groessler.org>
Mon, 6 Jan 2014 14:12:20 +0000 (15:12 +0100)
committerChristian Groessler <chris@groessler.org>
Fri, 7 Mar 2014 22:15:11 +0000 (23:15 +0100)
libsrc/atari/crt0.s

index fb434b5deb087b6e7643a7a7130445d96a648f0b..771b11d6ddc17d3252e7eb536803714786965223 100644 (file)
@@ -100,8 +100,8 @@ start:
 
 ; Initialize conio stuff
 
-        dey                             ; Set X to $FF
-        sty     CH
+        dey                             ; Set Y to $FF
+        sty     CH                      ; remove keypress which might be in the input buffer
 
 ; Push arguments and call main