Adjusted segment names to match recent cc65 change.
This commit is contained in:
parent
bc17cdca2c
commit
6876b97466
|
@ -66,7 +66,7 @@ read_count_out: .word $0000 ;TRANS_COUNT
|
|||
close_param: .byte $01 ;PARAM_COUNT
|
||||
close_fd: .byte $00 ;REF_NUM
|
||||
;---------------------------------------------------------------------
|
||||
.segment "INIT"
|
||||
.segment "ONCE"
|
||||
|
||||
init_pfs:
|
||||
; Allow exec() to keep file open
|
||||
|
|
|
@ -72,7 +72,7 @@ pw: .byte $2C, $50, $2C, $57 ;,p,w
|
|||
cmdc: .byte 0
|
||||
flags: .res 10
|
||||
;---------------------------------------------------------------------
|
||||
.segment "INIT"
|
||||
.segment "ONCE"
|
||||
|
||||
init_pfs:
|
||||
ldy #F_MAXLEN+8
|
||||
|
|
|
@ -72,7 +72,7 @@ pw: .byte $2C, $50, $2C, $57 ;,p,w
|
|||
cmdc: .byte 0
|
||||
flags: .res 10
|
||||
;---------------------------------------------------------------------
|
||||
.segment "INIT"
|
||||
.segment "ONCE"
|
||||
|
||||
init_pfs:
|
||||
ldy #F_MAXLEN+8
|
||||
|
|
Loading…
Reference in a new issue