1#---------------------------------------------------------------------------- 2# Project: TwlSDK - include 3# File: ROM-TS.lsf 4# 5# Copyright 2003-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-09-26#$ 14# $Rev: 8700 $ 15# $Author: ooshimay $ 16#---------------------------------------------------------------------------- 17# 18# Nitro ROM SPEC FILE 19# 20 21Arm9 22{ 23 Static "$(MAKEROM_ARM9:r).sbin$(COMPSUFFIX9)" 24 OverlayDefs "$(MAKEROM_ARM9:r)_defs.sbin$(COMPSUFFIX9)" 25 OverlayTable "$(MAKEROM_ARM9:r)_table.sbin$(COMPSUFFIX9)" 26 Elf "$(MAKEROM_ARM9:r).nef" 27} 28 29Arm7 30{ 31 Static "$(MAKEROM_ARM7:r).sbin$(COMPSUFFIX7)" 32 OverlayDefs "$(MAKEROM_ARM7:r)_defs.sbin$(COMPSUFFIX7)" 33 OverlayTable "$(MAKEROM_ARM7:r)_table.sbin$(COMPSUFFIX7)" 34 Elf "$(MAKEROM_ARM7:r).nef" 35} 36 37Property 38{ 39 ### 40 ### Settings for FinalROM 41 ### 42 #### BEGIN 43 # 44 # TITLE NAME: Your product name within 12bytes 45 # 46 #TitleName "MY APP NAME" 47 48 # 49 # MAKER CODE: Your company ID# in 2 ascii words 50 # issued by NINTENDO 51 # 52 #MakerCode "00" 53 54 # 55 # REMASTER VERSION: Mastering version 56 # 57 #RomVersion 0 58 59 # 60 # ROM SPEED TYPE: [MROM/1TROM/UNDEFINED] 61 # 62 RomSpeedType $(MAKEROM_ROMSPEED) 63 64 # 65 # ROM SIZE: in bit [64M/128M/256M/512M/1G/2G] 66 # 67 #RomSize 128M 68 #RomSize 256M 69 70 # 71 # ROM PADDING: TRUE if finalrom 72 # 73 #RomFootPadding TRUE 74 75 # 76 # ROM HEADER TEMPLATE: Provided to every product by NINTENDO 77 # 78 #RomHeaderTemplate ./etc/rom_header.template.sbin 79 80 # 81 # BANNER FILE: generated from Banner Spec File 82 # 83 BannerFile banner/banner.bnr 84 85 # 86 # Permit LandingTmpJump: for TWL "ApplicationJump" function [TRUE/FALSE] 87 # 88 #PermitLandingTmpJump FALSE 89 90 ### 91 ### 92 ### 93 #### END 94} 95 96RomSpec 97{ 98 Offset 0x00000000 99 Segment ALL 100 HostRoot $(MAKEROM_ROMROOT) 101 Root / 102 File $(MAKEROM_ROMFILES) 103} 104