mirror of
https://github.com/cc65/cc65.git
synced 2024-11-02 18:06:48 +00:00
222668c016
If kbhit() detects that a key is pressed, it fetches and buffers the character. If cgetc() detects a buffered character, this one is returned instead of fetching one with the PROM routine.
8 lines
197 B
PHP
8 lines
197 B
PHP
;
|
|
; Additional zero page locations for the Challenger 1P.
|
|
;
|
|
|
|
; ------------------------------------------------------------------------
|
|
|
|
.globalzp CURS_X, CURS_Y, SCREEN_PTR, CHARBUF
|