diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-04-08 09:53:10 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-04-08 09:53:10 -0400 |
| commit | 577a0cb815651644498ab5d955531a5a87486b68 (patch) | |
| tree | 97e8b81960a171172f30dddfdbb5f398886acd07 /src/crt0.s | |
| parent | c6518c26344e79c3d0ada14e2089de9b2928a033 (diff) | |
| download | fujinet-chat-577a0cb815651644498ab5d955531a5a87486b68.tar.gz | |
SHFLOK stupidify in crt0.s
Diffstat (limited to 'src/crt0.s')
| -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 |
