spec 824 Bytes
/*
 * spec
 */
#include <nusys.h>
#include "params.h"

beginseg
	name	"code"
	flags	BOOT OBJECT
	entry	nuBoot
	address	NU_SPEC_BOOT_ADDR
	stack	NU_SPEC_BOOT_STACK
	include CODESEGMENT
	include "$(ROOT)/usr/lib/PR/rspboot.o"
	include "$(ROOT)/usr/lib/PR/gspF3DEX2.fifo.o"
	include "$(ROOT)/usr/lib/PR/gspL3DEX2.fifo.o"
	include "$(ROOT)/usr/lib/PR/gspF3DEX2.Rej.fifo.o"
	include "$(ROOT)/usr/lib/PR/gspF3DEX2.NoN.fifo.o"
	include "$(ROOT)/usr/lib/PR/gspF3DLX2.Rej.fifo.o"
	include "$(ROOT)/usr/lib/PR/gspS2DEX2.fifo.o"
	include "$(ROOT)/usr/lib/PR/n_aspMain.o"
endseg

beginseg name "bfx" flags RAW include BFX_DATA endseg
beginseg name "ptr" flags RAW include PTR_DATA endseg
beginseg name "wbk" flags RAW include WBK_DATA endseg

beginwave
	name	APPNAME
	include "code"
	include "bfx"
	include "ptr"
	include "wbk"
endwave