mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 15:29:46 +00:00
Reverted "Second address" back to "Secondary address".
This commit is contained in:
parent
bf1bb7a032
commit
edecbc86b8
@ -11,8 +11,8 @@ TXTPTR := $7A ; Pointer into BASIC source code
|
||||
STATUS := $90 ; Kernal I/O completion status
|
||||
TIME := $A0 ; 60HZ clock
|
||||
FNAM_LEN := $B7 ; Length of filename
|
||||
SECADR := $B9 ; Second address
|
||||
DEVNUM := $BA ; Device number (first address)
|
||||
SECADR := $B9 ; Secondary address
|
||||
DEVNUM := $BA ; Device number
|
||||
FNAM := $BB ; Pointer to filename
|
||||
KEY_COUNT := $C6 ; Number of keys in input buffer
|
||||
RVS := $C7 ; Reverse flag
|
||||
|
Loading…
Reference in New Issue
Block a user