Remove unneeded commented code.
This commit is contained in:
parent
679f5aa675
commit
b1169cbb23
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue