1#---------------------------------------------------------------------------- 2# Project: TwlSDK - include 3# File: foChina.TWL.rsf 4# 5# Copyright 2009 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:: 2009-05-28#$ 14# $Rev: 10640 $ 15# $Author: mizutani_nakaba $ 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/4G] 80 # 81 #RomSize 256M 82 83 # 84 # ROM PADDING: TRUE if finalrom 85 # 86 #RomFootPadding TRUE 87 88 # 89 # ROM HEADER TEMPLATE: Provided to every product by NINTENDO 90 # 91 #RomHeaderTemplate ./etc/rom_header.template.sbin 92 93 ################################################################ 94 # 95 # ROM FOR CHINA FLAG : TRUE if ROM is for China 96 # 97 ForChina TRUE 98 99 ################################################################ 100 101 # 102 # BANNER FILE: generated from Banner Spec File 103 # 104 BannerFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr 105 106 ### 107 ### Setting for TWL 108 ### 109 110 # 111 # ROM HEADER Ltd: Provided to every product by NINTENDO 112 # 113 RomHeaderLtd $(TWLSDK_ROOT)/tools/bin/rom_header.LTD.sbin 114 115 # 116 # Digest parameters: 117 # 118 DigestParam 1024 32 119 120 # 121 # WRAM mapping: [MAP2_TS_HYB/MAP2_TS_LTD] 122 # don't have to edit 123 # 124 WramMapping $(MAKEROM_WRAM_MAPPING) 125 126 # 127 # CardRegion: card region [Japan/America/Europe/Australia] 128 # 129 CardRegion ALL 130 131 # 132 # Codec mode: 133 # don't have to edit 134 # 135 CodecMode $(MAKEROM_CODEC_MODE) 136 137 # 138 # Disp WiFiConnection Icon for Launcher [TRUE/FALSE] 139 # 140 #WiFiConnectionIcon FALSE 141 142 # 143 # Disp DSWireless Icon for Launcher [TRUE/FALSE] 144 # 145 #DSWirelessIcon FALSE 146 147 # 148 # Agree EULA [TRUE/FALSE] 149 # 150 #AgreeEULA FALSE 151 152 ### 153 #### END 154} 155 156RomSpec 157{ 158 Offset 0x00000000 159 Segment ALL 160 HostRoot $(MAKEROM_ROMROOT) 161 Root / 162 File $(MAKEROM_ROMFILES) 163} 164