mirror of
https://github.com/cc65/cc65.git
synced 2024-11-16 18:08:04 +00:00
Fix duplicated variables
This commit is contained in:
parent
be6d155b69
commit
f558d299c4
@ -293,6 +293,7 @@ BNKCIB := $417
|
|||||||
DRIVE := $500
|
DRIVE := $500
|
||||||
ERRNB := $512
|
ERRNB := $512
|
||||||
SAVES := $513
|
SAVES := $513
|
||||||
|
BUFNOM := $517
|
||||||
VSALO0 := $528
|
VSALO0 := $528
|
||||||
VSALO1 := $529
|
VSALO1 := $529
|
||||||
FTYPE := $52C ; File type
|
FTYPE := $52C ; File type
|
||||||
@ -300,7 +301,6 @@ DESALO := $52D
|
|||||||
FISALO := $52F
|
FISALO := $52F
|
||||||
EXSALO := $531
|
EXSALO := $531
|
||||||
EXTDEF := $55D ; Default extension. At the start of telemon, it's set to ".COM"
|
EXTDEF := $55D ; Default extension. At the start of telemon, it's set to ".COM"
|
||||||
BUFNOM := $517
|
|
||||||
BUFEDT := $590 ; Buffer edition
|
BUFEDT := $590 ; Buffer edition
|
||||||
|
|
||||||
MAX_BUFEDT_LENGTH=110
|
MAX_BUFEDT_LENGTH=110
|
||||||
@ -318,8 +318,8 @@ XFST := $FF11
|
|||||||
XSPUT := $FF14
|
XSPUT := $FF14
|
||||||
XSTAKE := $FF17
|
XSTAKE := $FF17
|
||||||
XTAKE := $FF20
|
XTAKE := $FF20
|
||||||
XOPEN := $FF1A
|
XOPENS := $FF1A ; XOPEN from Stratsed
|
||||||
XCLOSE := $FF1D
|
XCLOSES := $FF1D ; XCLOSE from Stratsed
|
||||||
XPUT := $FF23
|
XPUT := $FF23
|
||||||
XREWIN := $FF29
|
XREWIN := $FF29
|
||||||
XJUMP := $FF2C
|
XJUMP := $FF2C
|
||||||
@ -363,9 +363,6 @@ XPBUF1 := $FFA4
|
|||||||
XPMAP := $FFA7
|
XPMAP := $FFA7
|
||||||
XRWTS := $FFAA
|
XRWTS := $FFAA
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
; ---------------------------------------------------------------------------
|
; ---------------------------------------------------------------------------
|
||||||
; MACRO
|
; MACRO
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user