1#---------------------------------------------------------------------------- 2# Project: TwlSDK - MB - demos - cloneboot 3# File: main.rsf 4# 5# Copyright 2005-2008 Nintendo. All rights reserved. 6# 7# These coded instructions, 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-18#$ 14# $Rev: 8573 $ 15# $Author: okubata_ryoma $ 16#---------------------------------------------------------------------------- 17# 18# Nitro ROM SPEC FILE 19# 20 21 22Arm9 23{ 24 Static "$(MAKEROM_ARM9:r).sbin$(COMPSUFFIX9)" 25 OverlayDefs "$(MAKEROM_ARM9:r)_defs.sbin$(COMPSUFFIX9)" 26 OverlayTable "$(MAKEROM_ARM9:r)_table.sbin$(COMPSUFFIX9)" 27 Elf "$(MAKEROM_ARM9:r).nef" 28} 29 30Arm7 31{ 32 Static "$(MAKEROM_ARM7:r).sbin$(COMPSUFFIX7)" 33 OverlayDefs "$(MAKEROM_ARM7:r)_defs.sbin$(COMPSUFFIX7)" 34 OverlayTable "$(MAKEROM_ARM7:r)_table.sbin$(COMPSUFFIX7)" 35 Elf "$(MAKEROM_ARM7:r).nef" 36} 37 38Property 39{ 40 RomSpeedType $(MAKEROM_ROMSPEED) 41} 42 43RomSpec 44{ 45 Offset 0x00000000 46 Segment ALL 47 48 Align 512 49 Padding 0xFF 50 51 HostRoot data 52 Root /data 53 File icon.char 54 55 HostRoot data 56 Root /data 57 File icon.plt 58} 59 60