Adjusted segment names to match recent cc65 change.

This commit is contained in:
Oliver Schmidt 2016-03-06 21:11:18 +01:00
parent bc17cdca2c
commit 6876b97466
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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