Remove unneeded commented code.

This commit is contained in:
Stephan Mühlstrasser 2015-02-12 21:12:24 +01:00
parent 679f5aa675
commit b1169cbb23

View file

@ -38,10 +38,8 @@ _init: ldx #$FF ; Initialize stack pointer to $01FF
; ---------------------------------------------------------------------------
; Initialize memory storage
; copydata seems to be only necessary for special systems
jsr zerobss ; Clear BSS segment
; jsr copydata ; Initialize DATA segment
jsr initlib ; Run constructors
; ---------------------------------------------------------------------------