-
Notifications
You must be signed in to change notification settings - Fork 0
/
spec
57 lines (51 loc) · 1.42 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/*======================================================================*/
/* NuSYS hello program */
/* main.c */
/* */
/* Copyright (C) 1997, NINTENDO Co,Ltd. */
/* 97/09/23 Created by Kensaku Ohki(SLANP) */
/*======================================================================*/
#include "nusys.h"
beginseg
name "code"
flags BOOT OBJECT
entry nuBoot
address 0x80000400
/*stack nuMainStack + 0x8000
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"
include "$(ROOT)/usr/lib/PR/aspMain.o"
include "$(ROOT)/usr/lib/PR/n_aspMain.o"
endseg
beginseg
name "tahoma_normal"
flags RAW
include "assets/fonts/tahoma_normal.551"
endseg
beginseg
name "tahoma_bold"
flags RAW
include "assets/fonts/tahoma_bold.551"
endseg
beginseg
name "controllers"
flags RAW
include "assets/sprites/controllers.551"
endseg
beginwave
name "controllerpak"
include "code"
include "tahoma_normal"
include "tahoma_bold"
include "controllers"
endwave