Merge pull request #287 from oliverschmidt/master

The current cc65 build doesn't require this workaround anymore.
This commit is contained in:
Oliver Schmidt 2013-06-27 15:38:48 -07:00
commit ad34b714cd
2 changed files with 0 additions and 12 deletions

View File

@ -62,12 +62,6 @@ ptr: .res 2 ; Indirect addressing pointer
len: .res 2 ; Frame length
cnt: .res 2 ; Frame length counter
;---------------------------------------------------------------------
.segment "EXTZP": zeropage
; Empty segment to avoid linker warnings
;---------------------------------------------------------------------
.rodata

View File

@ -62,12 +62,6 @@ reg: .res 2 ; Address of register base
ptr: .res 2 ; Indirect addressing pointer
len: .res 2 ; Frame length
;---------------------------------------------------------------------
.segment "EXTZP": zeropage
; Empty segment to avoid linker warnings
;---------------------------------------------------------------------
.rodata