spec
512 Bytes
#include "spec.h"
/*
* ROM spec file
*/
beginseg
name "boot"
flags BOOT OBJECT
entry boot
stack bootStack + STACKSIZE
/* address 0x80200000 not needed, better to keep program low */
/* if nothing specified, defaults to 0x80000400 */
include "codesegment.o"
include "$(ROOT)/usr/lib/PR/rspboot.o"
include "$(ROOT)/usr/lib/PR/gspFast3D.o"
include "$(ROOT)/usr/lib/PR/gspFast3D.dram.o"
include "$(ROOT)/usr/lib/PR/aspMain.o"
endseg
beginwave
name "boot"
include "boot"
endwave