#---------------------------------------------------------------------------- # Project: TWL-SDK - demos - MI - uncompressStream-1 # File: main.rsf # # Copyright 2004-2008 Nintendo. All rights reserved. # # These coded instructions, statements, and computer programs contain # proprietary information of Nintendo of America Inc. and/or Nintendo # Company Ltd., and are protected by Federal copyright law. They may # not be disclosed to third parties or copied or duplicated in any form, # in whole or in part, without the prior written consent of Nintendo. # # $Date:: 2008-05-22#$ # $Rev: 6140 $ # $Author: yada $ #---------------------------------------------------------------------------- # # Nitro ROM SPEC FILE # Arm9 { Static "$(MAKEROM_ARM9:r).sbin$(COMPSUFFIX9)" OverlayDefs "$(MAKEROM_ARM9:r)_defs.sbin$(COMPSUFFIX9)" OverlayTable "$(MAKEROM_ARM9:r)_table.sbin$(COMPSUFFIX9)" Elf "$(MAKEROM_ARM9:r).tef" } Arm7 { Static "$(MAKEROM_ARM7:r).sbin$(COMPSUFFIX7)" OverlayDefs "$(MAKEROM_ARM7:r)_defs.sbin$(COMPSUFFIX7)" OverlayTable "$(MAKEROM_ARM7:r)_table.sbin$(COMPSUFFIX7)" Elf "$(MAKEROM_ARM7:r).tef" } Property { RomSpeedType $(MAKEROM_ROMSPEED) } RomSpec { Offset 0x00000000 Segment ALL Align 512 Padding 0xFF HostRoot data Root /data File *.bin }