spec
594 Bytes
/*
ROM spec file
Main memory map
0x80000000 exception vectors, ...
0x80000400 zbuffer (size 320*240*2)
0x80025c00 codesegment
:
0x8038F800 cfb 16b 3buffer (size 320*240*2*3)
Copyright (C) 1997-1999, NINTENDO Co,Ltd.
*/
#include <nusys.h>
/* F3DEX2.fifo ݂̂gp */
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/gspF3DEX2.fifo.o"
endseg
beginwave
name "nu1"
include "code"
endwave