1#----------------------------------------------------------------------------
2# Project:  TwlSDK - demos - wvr - with_mb
3# File:     main.rsf
4#
5# Copyright 2003-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
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  RomSpeedType  $(MAKEROM_ROMSPEED)
40}
41
42RomSpec
43{
44    Offset      0x00000000
45    Segment     ALL
46
47    Align       512
48    Padding     0xFF
49
50    HostRoot    $(MAKEROM_ROMROOT)
51    Root        /
52    File        $(MAKEROM_ROMFILES)
53
54    HostRoot    data
55    Root        /data
56    File        icon.char
57
58    HostRoot    data
59    Root        /data
60    File        icon.plt
61}
62
63