mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 06:30:16 +00:00
fix typo
This commit is contained in:
parent
1c73fa0a00
commit
b40fe584d8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user