mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
fixed zp locations provided by polluks :)
This commit is contained in:
parent
a42feca228
commit
e985e0beb4
@ -31,10 +31,17 @@ BASIC_BUF_LEN = 81 ; Maximum length of command-line
|
|||||||
|
|
||||||
KEY_BUF := $26F ; Keyboard buffer
|
KEY_BUF := $26F ; Keyboard buffer
|
||||||
|
|
||||||
;FIXME: these are wrong?
|
;FIXME: we must somehow handle the difference between the two - how?
|
||||||
KBDREPEAT := $28a
|
|
||||||
KBDREPEATRATE := $28b
|
; 40-Column PETs
|
||||||
KBDREPEATDELAY := $28c
|
;KBDREPEAT := $3ee
|
||||||
|
;KBDREPEATRATE := $3ea
|
||||||
|
;KBDREPEATDELAY := $3e9
|
||||||
|
|
||||||
|
; 80-Column PETs
|
||||||
|
KBDREPEAT := $e4
|
||||||
|
KBDREPEATRATE := $e5
|
||||||
|
KBDREPEATDELAY := $e6
|
||||||
|
|
||||||
;----------------------------------------------------------------------------
|
;----------------------------------------------------------------------------
|
||||||
; PET ROM type detection
|
; PET ROM type detection
|
||||||
|
@ -33,10 +33,9 @@ FKEY_COUNT := $55D ; Characters for function key
|
|||||||
FKEY_SPACE := $55F ; Function key definitions
|
FKEY_SPACE := $55F ; Function key definitions
|
||||||
FKEY_ORIG := $F3D2 ; Original definitions
|
FKEY_ORIG := $F3D2 ; Original definitions
|
||||||
|
|
||||||
;FIXME: he?! these ok? :o)
|
KBDREPEAT := $540
|
||||||
KBDREPEAT := $28a
|
KBDREPEATRATE := $541
|
||||||
KBDREPEATRATE := $28b
|
KBDREPEATDELAY := $542
|
||||||
KBDREPEATDELAY := $28c
|
|
||||||
|
|
||||||
; ---------------------------------------------------------------------------
|
; ---------------------------------------------------------------------------
|
||||||
; Kernal routines
|
; Kernal routines
|
||||||
|
Loading…
x
Reference in New Issue
Block a user