spec 548 Bytes
#include "midiApp.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/aspMain.o"
endseg


/* beginseg
 *	name "seq"
 *	flags RAW
 *	include "$(ROOT)/PR/tools/audio/midircv/midiApp/Silence.seq"
 * endseg
 */
beginwave
	name "boot"
	include "boot"
/*	include "seq" */
endwave