mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2025-07-04 21:05:41 +02:00
179 lines
8.9 KiB
HTML
179 lines
8.9 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.12.0"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>N64FlashcartMenu: 10_getting_started_sd</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<script type="text/javascript" src="clipboard.js"></script>
|
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="resize.js"></script>
|
|
<script type="text/javascript" src="cookie.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<td id="projectalign">
|
|
<div id="projectname">N64FlashcartMenu
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.12.0 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() { codefold.init(0); });
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search',false);
|
|
$(function() { init_search(); });
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function(){ initResizable(false); });
|
|
/* @license-end */
|
|
</script>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div><!-- top -->
|
|
<div id="doc-content">
|
|
<div><div class="header">
|
|
<div class="headertitle"><div class="title">10_getting_started_sd</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="textblock"><p><a class="el" href="md_docs_200__index.html">Return to the index</a> </p>
|
|
<h2><a class="anchor" id="autotoc_md33"></a>
|
|
Initial Setup of an SD Card</h2>
|
|
<h3><a class="anchor" id="autotoc_md34"></a>
|
|
First steps</h3>
|
|
<p>Insert the (Micro) SD card to your PC and ensure it is properly formatted to be compatible with your flashcart.</p>
|
|
<h4><a class="anchor" id="autotoc_md35"></a>
|
|
Preparations for SC64</h4>
|
|
<dl class="section remark"><dt>Remarks</dt><dd>Most (Micro) SD cards are factory formatted to FAT32 or EXFAT and don't require re-formatting.</dd></dl>
|
|
<ul>
|
|
<li>Download the latest <code>sc64menu.n64</code> file from the <a href="https://github.com/Polprzewodnikowy/N64FlashcartMenu/releases/">releases</a> page, then put it in the root directory of your Micro SD card.</li>
|
|
<li>Place your ROM files on the Micro SD card, <b>in any folder except the root directory <code>menu</code> folder</b>.</li>
|
|
<li>Remove the Micro SD Card from your computer and insert it into the SC64.</li>
|
|
</ul>
|
|
<h4><a class="anchor" id="autotoc_md36"></a>
|
|
Preparations for OTHER supported flashcarts</h4>
|
|
<ul>
|
|
<li>It is recommended to format the SD Card to FAT32 with the default cluster size.</li>
|
|
<li>Download the latest <a href="https://github.com/Polprzewodnikowy/N64FlashcartMenu/releases/">menu</a> file specific for your flashcart and place it in the expected location.</li>
|
|
<li>Remove the Micro SD Card from your computer and insert it into the flashcart.</li>
|
|
</ul>
|
|
<h3><a class="anchor" id="autotoc_md37"></a>
|
|
Advanced Steps</h3>
|
|
<p>Advanced steps are optional, which adds additional capabilities.</p>
|
|
<h4><a class="anchor" id="autotoc_md38"></a>
|
|
Add Emulator support</h4>
|
|
<p>See the <a class="el" href="md_docs_218__emulators.html">Emulators</a> page.</p>
|
|
<h4><a class="anchor" id="autotoc_md39"></a>
|
|
Add 64DD Disk support</h4>
|
|
<p>See the <a class="el" href="md_docs_217__64dd.html">64DD</a> page.</p>
|
|
<h3><a class="anchor" id="autotoc_md40"></a>
|
|
So what could the layout of the SD card look like?</h3>
|
|
<div class="fragment"><div class="line">SD:\</div>
|
|
<div class="line">│</div>
|
|
<div class="line">├── sc64menu.n64</div>
|
|
<div class="line">│</div>
|
|
<div class="line">│</div>
|
|
<div class="line">├── menu\</div>
|
|
<div class="line">│ │</div>
|
|
<div class="line">│ │</div>
|
|
<div class="line">│ ├── 64ddipl\</div>
|
|
<div class="line">│ │ ├── NDDE0.n64</div>
|
|
<div class="line">│ │ ├── NDDJ2.n64</div>
|
|
<div class="line">│ │ └── NDXJ0.n64</div>
|
|
<div class="line">│ │ </div>
|
|
<div class="line">│ └── emulators\</div>
|
|
<div class="line">│ ├── neon64bu.rom</div>
|
|
<div class="line">│ ├── sodium64.z64</div>
|
|
<div class="line">│ ├── gb.v64</div>
|
|
<div class="line">│ ├── gbc.v64</div>
|
|
<div class="line">│ ├── smsPlus64.z64</div>
|
|
<div class="line">│ └── Press-F.z64</div>
|
|
<div class="line">│</div>
|
|
<div class="line">├── (a rom).z64</div>
|
|
<div class="line">├── (a rom).n64</div>
|
|
<div class="line">├── (some folder with ROMs)\</div>
|
|
<div class="line"> │ └── (some folder with ROMs)\</div>
|
|
<div class="line"> | └── (some supported ROM files)</div>
|
|
<div class="line"> │</div>
|
|
<div class="line"> ├── (some supported ROM files)</div>
|
|
<div class="line"> |</div>
|
|
<div class="line"> └── (some folder with 64DD disk images)\</div>
|
|
<div class="line"> └── (some 64DD disk images)</div>
|
|
</div><!-- fragment --><h2><a class="anchor" id="autotoc_md41"></a>
|
|
Save Files</h2>
|
|
<p>All save files (whether <code>FlashRam</code>, <code>SRAM</code> or <code>EEPROM</code>) will be read from a <code>/saves</code> folder located <b>in the same directory as the ROM</b> and they must share the same file name, but use the <code>.sav</code> extension. <code>.sav</code> files will be created and modified whenever a ROM file saves to the "cartridge save memory".</p>
|
|
<div class="fragment"><div class="line">├── (some folder with ROMs)\</div>
|
|
<div class="line"> ├── a_rom.z64</div>
|
|
<div class="line"> ├── b_rom_whatever.n64</div>
|
|
<div class="line"> └── saves\</div>
|
|
<div class="line"> ├── a_rom.sav</div>
|
|
<div class="line"> └── b_rom_whatever.sav</div>
|
|
</div><!-- fragment --><h3><a class="anchor" id="autotoc_md42"></a>
|
|
Transferring saves from an ED64</h3>
|
|
<p>If you are transferring a file from a different flashcart, such as the ED64, you must change the file extension to <code>sav</code>. For example, a save file called <code>Glover (USA).eep</code> should have its extension changed to <code>Glover (USA).sav</code> to work with N64FlashcartMenu.</p>
|
|
<p>You may also need to pad/trim the files to their original size:</p><ul>
|
|
<li>For EEPROM 4Kbit games, remove the padding.</li>
|
|
<li>For others, use a tool such as <a href="https://github.com/Ninjiteu/N64SaveConverter">Ninjiteu's N64SaveConverter</a>.</li>
|
|
</ul>
|
|
<dl class="section attention"><dt>Attention</dt><dd>Saves created with certain emulator versions, or created for a different ROM version (as in revisions of the same game), or region (as in between NTSC and PAL versions of a same game) may be incompatible. </dd></dl>
|
|
</div></div><!-- contents -->
|
|
</div><!-- PageDoc -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated on Fri Jun 13 2025 18:36:10 for N64FlashcartMenu by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.12.0
|
|
</small></address>
|
|
</div><!-- doc-content -->
|
|
</body>
|
|
</html>
|