Merge pull request #1542 from oliverschmidt/master

Adjusted segment names to match recent cc65 change.
master-31012017
Oliver Schmidt 2016-03-06 21:29:50 +01:00
commit 8b3d220761
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