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 <!-- 9 span.static_style 10 { 11 font-size : 8pt; 12 color : white; 13 font-weight : bold; 14 background : #44f; 15 border-left : solid 1px #aaf; 16 border-top : solid 1px #aaf; 17 border-right : solid 1px #00c; 18 border-bottom : solid 1px #00c; 19 padding-left : 2px; 20 padding-right : 2px; 21 } 22 23 span.virtual_style 24 { 25 font-size : 8pt; 26 color : white; 27 font-weight : bold; 28 background : #0a0; 29 border-left : solid 1px #0f0; 30 border-top : solid 1px #0f0; 31 border-right : solid 1px #060; 32 border-bottom : solid 1px #060; 33 padding-left : 2px; 34 padding-right : 2px; 35 } 36 37 span.protected_style 38 { 39 font-size : 8pt; 40 color : white; 41 font-weight : bold; 42 background : #444; 43 border-left : solid 1px #ccc; 44 border-top : solid 1px #ccc; 45 border-right : solid 1px #222; 46 border-bottom : solid 1px #222; 47 padding-left : 2px; 48 padding-right : 2px; 49 } 50 table.table, table.table td, table.table th 51 { 52 border-collapse: collapse; 53 background-color: white; 54 } 55 56 table.table 57 { 58 width: auto; 59 margin: 1em; 60 position : static; 61 font-family : Arial; 62 } 63 64 table.table td, table.table th 65 { 66 padding: 0.2em; 67 } 68 69 table.table td.number, table.table th.number 70 { 71 text-align: right; 72 } 73 74 table.table tbody tr th 75 { 76 text-align: left; 77 font-weight: normal; 78 width: auto; 79 } 80 81 table.table thead tr th, 82 table.table tbody tr th.category 83 { 84 padding: 0 0.2em; 85 } 86 87 table.table caption 88 { 89 font-weight: bold; 90 padding: 0.4em; 91 } 92 table.table th 93 { 94 font-weight : bold; 95 background : #acf; 96 } 97 --> 98 </style> 99<title>DevMenu</title> 100 </head> 101 <body> 102<h1><CODE>DevMenu</CODE></h1> 103<h2>Description</h2> 104 <div class="section"> 105 The <CODE>DevMenu</CODE> has the following three display modes.<ol> 1061. Displays programs stored in NAND memory.<ul>Programs on CTR cards, TWL cards, or in NAND memory can be launched.<br />Programs in NAND memory can also be deleted.</ul> 1072. Displays files stored on SD Cards.<ul>CIA files can be imported.</ul> 1083. Displays expanded save data. 109<ul>Expanded save data can also be deleted.</ul></ol></div> 110<h2>Precautions When Launching from Cards</h2> 111 <div class="section"> 112You can launch programs on cards from <CODE>DevMenu</CODE> on a test unit, but you cannot do so on the debugger hardware. 113 </div> 114<h2>Button Assignments</h2> 115 <div class="section"> 116 <p> 117 <table class="table"> 118 <tbody> 119 <tr> 120<th>Button</th> 121<th>Operation</th> 122 </tr> 123 <tr> 124 <td>↑↓</td> 125<td>Moves the cursor</td> 126 </tr> 127 <tr> 128 <td>←→</td> 129<td>Mode Switching</td> 130 </tr> 131 <tr> 132<td>A</td> 133<td>Select / Run</td> 134 </tr> 135 <tr> 136<td>B</td> 137<td>Back / Cancel</td> 138 </tr> 139 <tr> 140<td>X</td> 141<td>Delete (only for programs in NAND memory or expanded save data)</td> 142 </tr> 143 </tbody> 144 </table> 145 </p> 146 </div> 147<h2>NAND Mode</h2> 148 <div class="section"> 149 <p> 150In 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.</p> 151 </div> 152<h2>SD Card Mode</h2> 153 <div class="section"> 154 <p> 155In 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. 156 </p> 157 </div> 158<h2>Expanded Save Data Mode</h2> 159 <div class="section"> 160 <p> 161In 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. 162 </p> 163 </div> 164<h2>Revision History</h2> 165 <div class="section"> 166 <dl class="history"> 167 <dt>2010/06/10</dt> 168<dd>Initial version.<br /></dd> 169 <dt>2010/09/22</dt> 170<dd>Added precautions about launching from cards, and described importing all files, deleting all files, and Expanded Save Data Mode.</dd> 171 </dl> 172 </div> 173 <hr><p>CONFIDENTIAL</p></body> 174</html>