spec 415 Bytes
#include "spbench.h"

beginseg
	name "boot"
	flags BOOT OBJECT
	maxsize 0x00100000
	stack bootStack + BOOT_STACKSIZE
	entry boot
	include "$(ROOT)/usr/lib/PR/rspboot.o"
	include "$(ROOT)/usr/lib/PR/gspFast3D.o"
	include "boot.o"
endseg
beginseg
	name "framebuf"
	flags OBJECT
	address 0x800da800
	maxsize 0x0004b000
	include "framebuf.o"
endseg
beginwave
	name "spbench"
	include "boot"
	include "framebuf"
endwave