From: Christian Groessler Date: Mon, 6 Jan 2014 14:12:20 +0000 (+0100) Subject: fix typo X-Git-Tag: V2.15~114^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b40fe584d846decfcea989f5a800691cc19b8570;p=cc65 fix typo --- diff --git a/libsrc/atari/crt0.s b/libsrc/atari/crt0.s index fb434b5de..771b11d6d 100644 --- a/libsrc/atari/crt0.s +++ b/libsrc/atari/crt0.s @@ -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