spec
383 Bytes
#include "main.h"
/*
* ROM spec file
*/
beginseg
name "code"
flags BOOT OBJECT
entry boot
stack bootStack + STACKSIZE
include "codesegment.o"
include "$(ROOT)/usr/lib/PR/rspboot.o"
include "$(ROOT)/usr/lib/PR/gspFast3D.o"
endseg
beginseg
name "cfb"
flags OBJECT
address 0x80300000
include "cfb.o"
endseg
beginwave
name "soak"
include "code"
include "cfb"
endwave