1#----------------------------------------------------------------------------
2# Project:  TwlSDK - demos - el - simple-1
3# File:     main.rsf
4#
5# Copyright 2007-2008 Nintendo.  All rights reserved.
6#
7# These coded insructions, statements, and computer programs contain
8# proprietary information of Nintendo of America Inc. and/or Nintendo
9# Company Ltd., and are protected by Federal copyright law.  They may
10# not be disclosed to third parties or copied or duplicated in any form,
11# in whole or in part, without the prior written consent of Nintendo.
12#
13# $Date:: 2008-10-30#$
14# $Rev: 9150 $
15# $Author: hatamoto_minoru $
16#----------------------------------------------------------------------------
17#
18#  TWL ROM SPEC FILE
19#
20
21Arm9
22{
23	Static			"$(MAKEROM_ARM9:r).TWL.FLX.sbin$(COMPSUFFIX9)"
24	OverlayDefs		"$(MAKEROM_ARM9:r)_defs.TWL.FLX.sbin$(COMPSUFFIX9)"
25	OverlayTable	"$(MAKEROM_ARM9:r)_table.TWL.FLX.sbin$(COMPSUFFIX9)"
26	Elf				"$(MAKEROM_ARM9:r).tef"
27}
28
29Arm7
30{
31	Static			"$(MAKEROM_ARM7_BASE:r).TWL.FLX.sbin$(COMPSUFFIX7)"
32	OverlayDefs		"$(MAKEROM_ARM7_BASE:r)_defs.TWL.FLX.sbin$(COMPSUFFIX7)"
33	OverlayTable	"$(MAKEROM_ARM7_BASE:r)_table.TWL.FLX.sbin$(COMPSUFFIX7)"
34	Elf				"$(MAKEROM_ARM7_BASE:r).tef"
35}
36
37Arm9.Ltd
38{
39	Static			"$(MAKEROM_ARM9:r).TWL.LTD.sbin$(COMPSUFFIX9)"
40	OverlayDefs		"$(MAKEROM_ARM9:r)_defs.TWL.LTD.sbin$(COMPSUFFIX9)"
41	OverlayTable	"$(MAKEROM_ARM9:r)_table.TWL.LTD.sbin$(COMPSUFFIX9)"
42}
43
44Arm7.Ltd
45{
46	Static			"$(MAKEROM_ARM7_BASE:r).TWL.LTD.sbin$(COMPSUFFIX7)"
47	OverlayDefs		"$(MAKEROM_ARM7_BASE:r)_defs.TWL.LTD.sbin$(COMPSUFFIX7)"
48	OverlayTable	"$(MAKEROM_ARM7_BASE:r)_table.TWL.LTD.sbin$(COMPSUFFIX7)"
49}
50
51Property
52{
53	###
54	### Settings for FinalROM
55	###
56	#### BEGIN
57	#
58	# TITLE NAME: Your product name within 12bytes
59	#
60	#TitleName		"MY APP NAME"
61
62	#
63	# MAKER CODE: Your company ID# in 2 ascii words
64	#             issued by NINTENDO
65	#
66	#MakerCode		"00"
67
68	#
69	# REMASTER VERSION: Mastering version
70	#
71	#RemasterVersion	0
72
73	#
74	# ROM SPEED TYPE: [MROM/1TROM/UNDEFINED]
75	#
76	RomSpeedType	$(MAKEROM_ROMSPEED)
77
78	#
79	# ROM SIZE: in bit [64M/128M/256M/512M/1G/2G]
80	#
81	#RomSize		128M
82	#RomSize		256M
83
84	#
85	# ROM PADDING: TRUE if finalrom
86	#
87	#RomFootPadding 	TRUE
88
89	#
90	# ROM HEADER TEMPLATE: Provided to every product by NINTENDO
91	#
92	#RomHeaderTemplate	./etc/rom_header.template.sbin
93
94	#
95	# BANNER FILE: generated from Banner Spec File
96	#
97	#BannerFile		./etc/myGameBanner.bnr
98	BannerFile		$(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
99
100	###
101	### Setting for TWL
102	###
103
104	#
105	# ROM HEADER Ltd: Provided to every product by NINTENDO
106	#
107	RomHeaderLtd	$(TWLSDK_ROOT)/tools/bin/rom_header.LTD.sbin
108
109	#
110	# Digest parameters:
111	#
112	DigestParam		1024 32
113
114	#
115	# WRAM mapping: [MAP2_TS_HYB/MAP2_TS_LTD]
116	#  don't have to edit
117	#
118	WramMapping		$(MAKEROM_WRAM_MAPPING)
119
120	#
121	# CardRegion: card region [Japan/America/Europe/Australia]
122	#
123	CardRegion	ALL
124
125	#
126	# Codec mode:
127	#  don't have to edit
128	#
129	CodecMode		$(MAKEROM_CODEC_MODE)
130
131	###
132	#### END
133}
134
135RomSpec
136{
137	Offset		0x00000000
138	Segment		ALL
139
140	HostRoot	data
141	Root        /data
142	File		dllA.a
143	DllFile		dllA.a dllA_debug.a ARM9
144}
145