spec
933 Bytes
/*======================================================================*/
/* NuSYS 64GBpak test */
/* */
/* Copyright (C) 1997, NINTENDO Co,Ltd. */
/* 98/07/12 Created by Kensaku Ohki(SLANP) */
/*======================================================================*/
#include "nusys.h"
beginseg
name "code"
flags BOOT OBJECT
entry nuBoot
address NU_SPEC_BOOT_ADDR
stack NU_SPEC_BOOT_STACK
include "codesegment.o"
include "$(ROOT)/usr/lib/PR/rspboot.o"
include "$(ROOT)/usr/lib/PR/aspMain.o"
include "$(ROOT)/usr/lib/PR/n_aspMain.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"
endseg
beginwave
name "gbtest"
include "code"
endwave