aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/crt0.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crt0.s b/src/crt0.s
index 6cd66a6..399f391 100644
--- a/src/crt0.s
+++ b/src/crt0.s
@@ -46,7 +46,7 @@ start:
; Set the keyboard to upper-/lower-case mode.
ldy #$ff
sty CH ; remove keypress which might be in the input buffer
- dey ; Set Y to 0
+ iny ; Set Y to 0
sty SHFLOK
; Go directly to main(). No support for CLI arguments, no saving