Merge pull request #89 from groessler/something_to_pull
fix typo and add a comment
This commit is contained in:
commit
2adfd3f49f
2 changed files with 3 additions and 3 deletions
|
@ -129,7 +129,7 @@ extern void c128_reu_emd[];
|
|||
extern void c128_vdc_emd[];
|
||||
extern void c128_ptvjoy_joy[];
|
||||
extern void c128_stdjoy_joy[]; /* Referred to by joy_static_stddrv[] */
|
||||
extern void c128_1351_mous[]; /* Referred to by mouse_static_stddrv[] */
|
||||
extern void c128_1351_mou[]; /* Referred to by mouse_static_stddrv[] */
|
||||
extern void c128_joy_mou[];
|
||||
extern void c128_inkwell_mou[];
|
||||
extern void c128_pot_mou[];
|
||||
|
|
|
@ -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…
Add table
Reference in a new issue