-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspec
36 lines (30 loc) · 811 Bytes
/
spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*
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)
*/
#include <nusys.h>
/* Use all graphic microcodes */
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"
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 "spaceace"
include "code"
endwave