diff options
| -rw-r--r-- | src/crt0.s | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
