mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2025-11-30 01:16:04 +01:00
132 lines
6.0 KiB
HTML
132 lines
6.0 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: 17_64dd</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">17_64dd</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_md71"></a>
|
|
64DD Disk support</h2>
|
|
<p>Specific flashcarts (such as the <a href="https://summercart64.dev">SummerCart64</a>) can fully emulate the original 64DD (load, run, save) disks without having a physical device connected to the N64 and don't require conversion ROMs.</p>
|
|
<p>To load and run 64DD disk images, place the required 64DD IPL dumps in the <code>/menu/64ddipl</code> folder on the SD card. For more details, follow <a href="https://64dd.org/tutorial_sc64.html">this guide on the 64dd.org website</a>.</p>
|
|
<dl class="section remark"><dt>Remarks</dt><dd>Expansion disks expect the same region as the ROM image (Japan -> Japan | US -> US).</dd></dl>
|
|
<dl class="section warning"><dt>Warning</dt><dd>It is not yet possible to swap 64DD disks via N64FlashcartMenu, though this feature will be added in future.</dd></dl>
|
|
<h3><a class="anchor" id="autotoc_md72"></a>
|
|
Conversion ROMs</h3>
|
|
<p>The N64Flashcart Menu is able to load and run conversion ROMs (but does not perform saves).</p>
|
|
<h3><a class="anchor" id="autotoc_md73"></a>
|
|
Swap disks</h3>
|
|
<p>The menu does not "yet" support disk swapping (WiP), however it is supported in the firmware (and can be use by the SummerCart64 terminal app).</p>
|
|
<p>For correct swapping, ensure that you switch them in a compatible context: Disk Swap Compatibility:</p><ul>
|
|
<li>From DMPJ: DMPJ, DMTJ, DMGJ, DMBJ, EFZJ</li>
|
|
<li>From DMTJ: DMPJ, DMTJ, DMGJ, DMBJ, EFZJ</li>
|
|
<li>From DMGJ: DMPJ, DMTJ, DMGJ, DMBJ, EFZJ</li>
|
|
<li>From DMBJ: DMPJ, DMTJ, DMGJ, DMBJ, EFZJ</li>
|
|
<li>From DKKJ: itself, and DKDJ (required)</li>
|
|
<li>From DSCJ: DMPJ</li>
|
|
</ul>
|
|
<p>It is preferable that disks are switched back to the primary disk between each swap, for example: 1, 2, 1, 3, 1, 4...</p>
|
|
<h3><a class="anchor" id="autotoc_md74"></a>
|
|
Expansion disks</h3>
|
|
<p>N64 and 64DD Compatible Combo Matches:</p><ul>
|
|
<li>Mario Party 1: CLBx -> ELBx</li>
|
|
<li>F-Zero X: CFZx -> EFZx</li>
|
|
<li>Zelda OoT: CZLx -> EZLx</li>
|
|
<li>Pokémon Stadium 1 (JPN): CPSJ -> xPSJ (E to Z)</li>
|
|
<li>Pokémon Stadium 2 (JPN): CP2J -> xP2J (E to Z)</li>
|
|
<li>Dezaemon 3D: CDZx -> EDZx & DEZA (Prototype)</li>
|
|
</ul>
|
|
<p>(Could just be handled with Cxxx corresponding to Exxx aside from Dezaemon 3D that I think the exception is worth doing) </p>
|
|
</div></div><!-- contents -->
|
|
</div><!-- PageDoc -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated on Wed Nov 26 2025 01:10:49 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>
|