1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"[]>
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../css/manpage.css" type="text/css" />
7    <style type="text/css"><!--
8      span.static_style
9      {
10        font-size			: 8pt;
11        color				: white;
12        font-weight			: bold;
13        background			: #44f;
14        border-left			: solid 1px #aaf;
15        border-top			: solid 1px #aaf;
16        border-right		: solid 1px #00c;
17        border-bottom		: solid 1px #00c;
18        padding-left		: 2px;
19        padding-right		: 2px;
20      }
21
22      span.virtual_style
23      {
24        font-size			 : 8pt;
25        color				 : white;
26        font-weight			: bold;
27        background			: #0a0;
28        border-left			: solid 1px #0f0;
29        border-top			: solid 1px #0f0;
30        border-right		: solid 1px #060;
31        border-bottom		: solid 1px #060;
32        padding-left		: 2px;
33        padding-right		: 2px;
34      }
35
36      span.protected_style
37      {
38        font-size			 : 8pt;
39        color				 : white;
40        font-weight			: bold;
41        background			: #444;
42        border-left			: solid 1px #ccc;
43        border-top			: solid 1px #ccc;
44        border-right		: solid 1px #222;
45        border-bottom		: solid 1px #222;
46        padding-left		: 2px;
47        padding-right		: 2px;
48      }
49      table.table, table.table td, table.table th
50      {
51        border-collapse: collapse;
52        background-color: white;
53      }
54
55      table.table
56      {
57        width: auto;
58        margin: 1em;
59        position	: static;
60        font-family	: Arial;
61      }
62
63      table.table td, table.table th
64      {
65        padding: 0.2em;
66      }
67
68      table.table td.number, table.table th.number
69      {
70        text-align: right;
71      }
72
73      table.table tbody tr th
74      {
75        text-align: left;
76        font-weight: normal;
77        width: auto;
78      }
79
80      table.table thead tr th,
81      table.table tbody tr th.category
82      {
83        padding: 0 0.2em;
84      }
85
86      table.table caption
87      {
88        font-weight: bold;
89        padding: 0.4em;
90      }
91      table.table th
92      {
93        font-weight			: bold;
94        background			: #acf;
95      }
96        --></style>
97<title>DevMenu</title>
98  </head>
99  <body>
100<h1><CODE>DevMenu</CODE></h1>
101<h2>Description</h2>
102    <div class="section">
103	The DevMenu has the following four display modes.
104        <ol>
1051. Displays programs stored in NAND memory.
106<ul>Programs on CTR cards, TWL-enhanced cards, or in NAND memory can be launched.<br />Programs in NAND memory can also be deleted.<br />(Although DS Internet and Download Play are imported by default, you do not need to pay attention to them during application development)</ul>
1072. Displays files stored on SD Cards.
108<ul>CIA files can be imported.</ul>
1093. Displays expanded save data.
110<ul>Expanded save data can also be deleted.</ul>
1114. Displays shared expanded save data.
112<ul>Shared expanded save data can also be deleted and initialized (formatted).</ul>
113        </ol>
114    </div>
115<h2>Precautions When Launching from Cards</h2>
116    <div class="section">
117You can launch programs on cards from the DevMenu on a test unit, but you cannot do so on the debugger hardware.
118    </div>
119<h2>Button Assignments</h2>
120    <div class="section">
121      <p>
122        <table class="table"><tbody>
123<tr><th>Button</th><th>Operation</th></tr>
124<tr><td>↑↓</td><td>Moves the cursor</td></tr>
125<tr><td>←→</td><td>Mode Switching</td></tr>
126<tr><td>A</td><td>Select / Run</td></tr>
127<tr><td>B</td><td>Back / Cancel</td></tr>
128<tr><td>X</td><td>Delete (only for programs in NAND memory or expanded save data)</td></tr>
129        </tbody></table>
130      </p>
131    </div>
132<h2>NAND Mode</h2>
133    <div class="section">
134      <p>
135In this mode, press the A Button to launch a program, and the X Button to delete a program. While holding the L and R Buttons, press the X Button to delete all programs imported into NAND memory.
136      </p>
137    </div>
138<h2>SD Card Mode</h2>
139    <div class="section">
140      <p>
141In this mode, you can import CIA files on an SD Card into NAND memory. Press the A Button, then press the A Button again to confirm that you want to import the program. While holding the L and R Buttons, press the A Button to import all CIA files in the current directory. If an error occurs while importing all files, any files not yet imported at the time of the error will not be imported.
142      </p>
143    </div>
144<h2>Expanded Save Data Mode</h2>
145    <div class="section">
146      <p>
147In this mode, you can display and delete expanded save data. You can only delete expanded save data on a per-ID basis. Select the directory of the ID you want to delete and press the X Button.
148      </p>
149    </div>
150<h2>Shared Expanded Save Data Mode</h2>
151    <div class="section">
152      <p>
153In this mode, you can display and initialize shared expanded save data.<br />Pressing the X Button deletes all shared expanded save data in NAND memory.<br />Also, pressing the Y Button recreates all the shared expanded save data in NAND memory.<br />If there is a file named <CODE>shared_extdata_list.txt</CODE> in the root directory on the SD Card, its content is used for initialization.
154      </p>
155    </div>
156<h2>Revision History</h2>
157    <div class="section">
158      <dl class="history">
159        <dt>2010/11/18</dt>
160        <dd>
161Added information about shared expanded save data mode.<br />
162        </dd>
163        <dt>2010/09/22</dt>
164        <dd>
165Added precautions about launching from cards, and described importing all files, deleting all files, and Expanded Save Data Mode.
166        </dd>
167        <dt>2010/06/10</dt>
168        <dd>
169Initial version.<br />
170        </dd>
171      </dl>
172    </div>
173  <hr><p>CONFIDENTIAL</p></body>
174</html>
175