mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-06-18 10:25:30 -04:00
Compare commits
2 Commits
61b5ac7e91
...
4fd21797e0
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4fd21797e0 | ||
![]() |
1061ff0ac0 |
3
Gemfile
3
Gemfile
@ -16,3 +16,6 @@ end
|
||||
gem "webrick", ">= 1.8"
|
||||
gem "json"
|
||||
gem "google-protobuf", ">= 4.27.5"
|
||||
gem "erb", "~> 4.0"
|
||||
|
||||
gem "logger", "~> 1.6"
|
||||
|
63
Gemfile.lock
63
Gemfile.lock
@ -1,37 +1,42 @@
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
addressable (2.8.5)
|
||||
public_suffix (>= 2.0.2, < 6.0)
|
||||
bigdecimal (3.1.8)
|
||||
addressable (2.8.7)
|
||||
public_suffix (>= 2.0.2, < 7.0)
|
||||
base64 (0.2.0)
|
||||
bigdecimal (3.1.9)
|
||||
cgi (0.4.1)
|
||||
colorator (1.1.0)
|
||||
concurrent-ruby (1.2.2)
|
||||
concurrent-ruby (1.3.5)
|
||||
csv (3.3.2)
|
||||
em-websocket (0.5.3)
|
||||
eventmachine (>= 0.12.9)
|
||||
http_parser.rb (~> 0)
|
||||
erb (4.0.4)
|
||||
cgi (>= 0.3.3)
|
||||
eventmachine (1.2.7)
|
||||
ffi (1.16.3)
|
||||
ffi (1.17.1-x86_64-linux-gnu)
|
||||
forwardable-extended (2.6.0)
|
||||
google-protobuf (4.28.2-x86_64-darwin)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
google-protobuf (4.28.2-x86_64-linux)
|
||||
google-protobuf (4.29.3-x86_64-linux)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
http_parser.rb (0.8.0)
|
||||
i18n (1.14.1)
|
||||
i18n (1.14.7)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jekyll (4.3.2)
|
||||
jekyll (4.4.1)
|
||||
addressable (~> 2.4)
|
||||
base64 (~> 0.2)
|
||||
colorator (~> 1.0)
|
||||
csv (~> 3.0)
|
||||
em-websocket (~> 0.5)
|
||||
i18n (~> 1.0)
|
||||
jekyll-sass-converter (>= 2.0, < 4.0)
|
||||
jekyll-watch (~> 2.0)
|
||||
json (~> 2.6)
|
||||
kramdown (~> 2.3, >= 2.3.1)
|
||||
kramdown-parser-gfm (~> 1.0)
|
||||
liquid (~> 4.0)
|
||||
mercenary (>= 0.3.6, < 0.5)
|
||||
mercenary (~> 0.3, >= 0.3.6)
|
||||
pathutil (~> 0.9)
|
||||
rouge (>= 3.0, < 5.0)
|
||||
safe_yaml (~> 1.0)
|
||||
@ -49,40 +54,39 @@ GEM
|
||||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-watch (2.2.1)
|
||||
listen (~> 3.0)
|
||||
json (2.7.1)
|
||||
kramdown (2.4.0)
|
||||
rexml
|
||||
json (2.9.1)
|
||||
kramdown (2.5.1)
|
||||
rexml (>= 3.3.9)
|
||||
kramdown-parser-gfm (1.1.0)
|
||||
kramdown (~> 2.0)
|
||||
liquid (4.0.4)
|
||||
listen (3.8.0)
|
||||
listen (3.9.0)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
logger (1.6.5)
|
||||
mercenary (0.4.0)
|
||||
pathutil (0.16.2)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (5.0.3)
|
||||
public_suffix (6.0.1)
|
||||
rake (13.2.1)
|
||||
rb-fsevent (0.11.2)
|
||||
rb-inotify (0.10.1)
|
||||
rb-inotify (0.11.1)
|
||||
ffi (~> 1.0)
|
||||
rexml (3.3.9)
|
||||
rouge (4.2.0)
|
||||
rexml (3.4.0)
|
||||
rouge (4.5.1)
|
||||
safe_yaml (1.0.5)
|
||||
sass-embedded (1.79.3-x86_64-darwin)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.79.3-x86_64-linux-gnu)
|
||||
google-protobuf (~> 4.27)
|
||||
sass-embedded (1.83.4-x86_64-linux-gnu)
|
||||
google-protobuf (~> 4.29)
|
||||
terminal-table (3.0.2)
|
||||
unicode-display_width (>= 1.1.1, < 3)
|
||||
unicode-display_width (2.5.0)
|
||||
webrick (1.8.2)
|
||||
unicode-display_width (2.6.0)
|
||||
webrick (1.9.1)
|
||||
|
||||
PLATFORMS
|
||||
universal-darwin-21
|
||||
x86_64-linux
|
||||
x86_64-linux-gnu
|
||||
|
||||
DEPENDENCIES
|
||||
erb (~> 4.0)
|
||||
google-protobuf (>= 4.27.5)
|
||||
jekyll (>= 4.3)
|
||||
jekyll-feed
|
||||
@ -90,7 +94,8 @@ DEPENDENCIES
|
||||
jekyll-seo-tag
|
||||
jekyll-sitemap
|
||||
json
|
||||
logger (~> 1.6)
|
||||
webrick (>= 1.8)
|
||||
|
||||
BUNDLED WITH
|
||||
2.4.17
|
||||
2.6.3
|
||||
|
@ -270,7 +270,7 @@
|
||||
"TmpJumpChecker","v10989","","tad","","","NAND","TWL (DSi)","- Nintendo Developer Portal (DSi TrialSoftPackage)","N/A","TwlJumpChecker","","","","","","TWL JumpChecker","SRL jump test"
|
||||
"TMPJumpTest","v0","","srl","https://github.com/rvtr/TwlIPL/tree/trunk/build/debugsoft/TMPJump","","NAND","TWL (DSi)","- Gigaleaks (TwlIPL)","N/A","","","","","","","TMP JumpTest",""
|
||||
"TMPJumpTest","v0","","tad","","","NAND","TWL (DSi)","- Gigaleaks (TwlIPL)","N/A","","","","","","","TMP JumpTest",""
|
||||
"TWL_EVA_AGING","v1.0","_20080626","srl","","","CARD","TWL (DSi)","- Foxconn","Undumped","NINTENDO DSi™","Demonstration","","medium","TRUE","TRUE","TWL EVA AGING","DSi factory tests"
|
||||
"TWL_EVA_AGING","v1.0","_20080626","srl","","","CARD","TWL (DSi)","- Foxconn","March42","NINTENDO DSi™","Demonstration","","medium","TRUE","","TWL EVA AGING","DSi factory tests"
|
||||
"TWL_EVA_CAMERA","v2.1","_20081127","srl","","","CARD","TWL (DSi)","- Foxconn","- March42, HudU, ufo, Normmatt, Rezrospect, for <a href='https://web.archive.org/web/20230324233451/https://illusion.64history.net/'>FOI</a><br>- j4m13c0","NINTENDO DSi™","Demonstration","","medium","TRUE","","TWL EVA CAMERA","DSi camera tester"
|
||||
"TWL_EVA_CAMERA","ASSY_v2.1","_20081127","srl","","","CARD","TWL (DSi)","- Foxconn","- March42, HudU, ufo, Normmatt, Rezrospect, for <a href='https://web.archive.org/web/20230324233451/https://illusion.64history.net/'>FOI</a><br>- j4m13c0","NINTENDO DSi™","Demonstration","","medium","","","TWL EVA CAMERA","DSi camera tester"
|
||||
"TWL_EVA_FINAL","v3.0","_20090702","srl","","","CARD","TWL (DSi)","- Foxconn","- March42, for <a href='https://web.archive.org/web/20230324233451/https://illusion.64history.net/'>FOI</a><br>- j4m13c0","NINTENDO DSi™","Demonstration","","medium","TRUE","","TWL EVA FINAL","DSi factory tests"
|
||||
@ -303,8 +303,8 @@
|
||||
"TWL_EVA_PRE_IMPORT","v1.3","_20091210","srl","","","CARD","TWL (DSi)","- Foxconn","Anonymous","NINTENDO DSi™","Demonstration","","high","TRUE","","TWL EVA PRE_IMPORT","DSi factory firmware installer"
|
||||
"TWL_EVA_SELFTEST","v0.7","_20091202","srl","","","CARD","TWL (DSi)","- Foxconn","j4m13c0","NINTENDO DSi™","Demonstration","","medium","TRUE","","TWL EVA SELFTEST","DSi factory test"
|
||||
"TWL_EVA_TP_CAL","v2.0","_20080912","srl","","","CARD","TWL (DSi)","- Foxconn","j4m13c0","NINTENDO DSi™","Demonstration","","medium","TRUE","","TWL EVA TP_CAL","DSi touch screen tests"
|
||||
"TWL_EVA_WRITE_SDMC-LNC","v1.0","_20081120","srl","","","CARD","TWL (DSi)","- Foxconn","Undumped","NINTENDO DSi™","Demonstration","","high","","TRUE","TWL EVA WRITE_SDMC-LNC","Unknown"
|
||||
"TWL_EVA_WRITE_SDMC-LNC","v1.1","_20091026","srl","","","CARD","TWL (DSi)","- Foxconn","Undumped","NINTENDO DSi™","Demonstration","","high","","TRUE","TWL EVA WRITE_SDMC-LNC","Unknown"
|
||||
"TWL_EVA_WRITE_SDMC-LNC","v1.0","_20081120","srl","","","CARD","TWL (DSi)","- Foxconn","March42","NINTENDO DSi™","Demonstration","","high","TRUE","","TWL EVA WRITE_SDMC-LNC","Unknown"
|
||||
"TWL_EVA_WRITE_SDMC-LNC","v1.1","_20091026","srl","","","CARD","TWL (DSi)","- Foxconn","March42","NINTENDO DSi™","Demonstration","","high","","","TWL EVA WRITE_SDMC-LNC","Unknown"
|
||||
"TWLCaptureSystemWriter","","","","https://github.com/rvtr/TwlIPL/tree/trunk/build/systemMenu_tools/TWLCaptureSystemWriter","","CARD","TWL (DSi)","- Gigaleaks (TwlIPL)","N/A","TWLCapture System Writer","","","","TRUE","TRUE","TWLCaptureSystem Writer","TWL-CAPTURE updater"
|
||||
"TWLBoardChecker","v3.0","_20100204","srl","","","CARD","NTR (DS)","- Foxconn","j4m13c0, and XX_750000 for <a href='https://web.archive.org/web/20230324233451/https://illusion.64history.net/'>FOI</a>","NINTENDO DS™","Demonstration","","","TRUE","","TWL CPU Board Sequencer","DSi hardware tester"
|
||||
"TWLManualViewerSD","v090703","","srl","","","NAND","TWL (DSi)","- Nintendo Developer Portal (TwlManualTools)","N/A","TWL-ManualViewerSD","","","","","","TWL ManualViewerSD","DSiWare manual viewer"
|
||||
|
|
@ -1,6 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
{% if site.target == "STRIPPED" -%}
|
||||
<meta name="robots" content="noindex">
|
||||
{%- endif %}
|
||||
@ -59,7 +60,11 @@
|
||||
{% include navdsi.html %}
|
||||
{% include navncx.html %}
|
||||
<div id="content-wrap">
|
||||
{% if page.maxwidth == null -%}
|
||||
<div class="devinfo-container-main releasepage colorbox">
|
||||
{%- else -%}
|
||||
<div class="devinfo-container-main releasepage colorbox" style="max-width: {{ page.maxwidth }};align-content: center;">
|
||||
{%- endif %}
|
||||
<img src="{{ site.imgui }}menu/green/dsi_widebarnoprompt_u.png" style="width: 100%;position: static;display: block;" class="pixelate">
|
||||
<div style="background-image: url('{{ site.imgui }}menu/dsi_widepromptnobar.png');background-size:100% 100%;position: static;display: inline-block;width: 100%;">
|
||||
<div class="devinfo-main" style="position:relative;">
|
||||
|
@ -10,11 +10,11 @@ layout: dsiware
|
||||
<div class="devinfo-main" style="position:relative;"><br>
|
||||
<h3 style="padding-top:0;">Get in touch!</h3>
|
||||
<p style="width:100%;">
|
||||
I'm always around, so please don't hesitate to send a message. I can be found mostly at the places below:
|
||||
I'm always around, so please don't hesitate to reach out. I've got my preferred contacts listed below. I'd prefer you only use those, but if you're having trouble contacting me and know of another account I own then feel free to contact me there (just don't expect a speedy response).
|
||||
<ul>
|
||||
<li>My Discord handle is <code>@rvtr</code>, but you can also find me and other DSi nerds on my <a href="https://discord.randommeaninglesscharacters.com" target="_blank">discord server</a></li>
|
||||
<li>My email is <a href="emailto:rmc@randommeaninglesscharacters.com">rmc@randommeaninglesscharacters.com</a> (less likely to check)</li>
|
||||
<li>My <a href="https://gbatemp.net/members/rvtr.507976/" target="_blank">GBATemp</a> PMs are also open</li>
|
||||
<li>Friend me on discord (<code>@rvtr</code>), or join my <a href="https://discord.randommeaninglesscharacters.com" target="_blank">server</a>! The server may be better if you need technical help as there are many knowledgable people there</li>
|
||||
<li>Send me an email at <a href="emailto:rmc@randommeaninglesscharacters.com">rmc@randommeaninglesscharacters.com</a> (less likely to check)</li>
|
||||
<lo>Write me on <a href="https://bbs.randommeaninglesscharacters.com/" target="_blank">my BBS</a>
|
||||
</ul>
|
||||
</div>
|
||||
</p>
|
||||
|
85
dsidev/release/write_sdmc.html
Normal file
85
dsidev/release/write_sdmc.html
Normal file
@ -0,0 +1,85 @@
|
||||
---
|
||||
title: "AGING and WRITE SDMC-LNC"
|
||||
layout: release
|
||||
releaseslug: write_sdmc
|
||||
date: 2025/xx/xx
|
||||
preview: /preview.jpeg
|
||||
---
|
||||
<h1>AGING and WRITE SDMC-LNC</h1>
|
||||
<p>Thanks to March42 we just got 6 new TWL EVA dumps (3 working, 3 unbootable)! These cartridges would have been used for factory setup and testing of DSis.
|
||||
|
||||
<h2 id="write_sdmc">TWL EVA WRITE SDMC-LNC</h2>
|
||||
<p><b>WRITE SDMC-LNC</b> is a tool to install the <a href="/dsidev/sdmc_launcher.html">SDMC Launcher</a> bootloader. It's difficult to say exactly what the purpose was, but WRITE SDMC-LNC is most likely for repairs. For example, a factory worker might install the wrong firmware to a DSi, so it must be reset. Installing SDMC Launcher would allow the worker to run <a href="/dsidev/twl_eva_pre_import.html">PRE_IMPORT</a> and return the DSi to a blank state. WRITE SDMC-LNC does not seem to be a part of the normal factory process.<br><br>This tool explains one of our older releases, the <a href="/dsidev/release/sdmc-launcher.html">SDMC Launcher DSi</a>. That DSi presumably returned to the factory for repairs and had the SDMC Launcher installed, showing that WRITE SDMC-LNC was actually used.</p>
|
||||
<details>
|
||||
<summary>v1.0</summary>
|
||||
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0><TR><TD><PRE>
|
||||
Version : v1.0
|
||||
Build date : 2008/11/20
|
||||
Download : <a href="{{ site.appdir }}TWL_EVA_WRITE_SDMC-LNC/TWL_EVA_WRITE_SDMC-LNC_v1.0_20081120.srl">TWL_EVA_WRITE_SDMC-LNC_v1.0_20081120.srl</a>
|
||||
Photos : <a href="{{ site.releasedir }}{{ page.releaseslug }}/photos/TWL_EVA_WRITE_SDMC-LNC_v1.0_front.jpeg" target="_blank">Front</a> | <a href="{{ site.releasedir }}{{ page.releaseslug }}/photos/TWL_EVA_WRITE_SDMC-LNC_v1.0_back.jpeg" target="_blank">Back</a></PRE></TD></TR></TABLE>
|
||||
</details>
|
||||
<details>
|
||||
<summary>v1.1</summary>
|
||||
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0><TR><TD><PRE>
|
||||
Version : v1.1
|
||||
Build date : 2009/10/26
|
||||
Download : <a href="{{ site.appdir }}TWL_EVA_WRITE_SDMC-LNC/TWL_EVA_WRITE_SDMC-LNC_v1.1_20091026.srl">TWL_EVA_WRITE_SDMC-LNC_v1.1_20091026.srl</a>
|
||||
Photos : <a href="{{ site.releasedir }}{{ page.releaseslug }}/photos/TWL_EVA_WRITE_SDMC-LNC_v1.1_front.jpeg" target="_blank">Front</a> | <a href="{{ site.releasedir }}{{ page.releaseslug }}/photos/TWL_EVA_WRITE_SDMC-LNC_v1.1_back.jpeg" target="_blank">Back</a></PRE></TD></TR></TABLE>
|
||||
</details>
|
||||
<div class="screenshot">
|
||||
<img src="{{ site.imgdir }}TWL_EVA_WRITE_SDMC-LNC/screenshots/WRITE_SDMC-LNC_main.png">
|
||||
<img src="{{ site.imgdir }}TWL_EVA_WRITE_SDMC-LNC/screenshots/WRITE_SDMC-LNC_v1.1.png">
|
||||
<img src="{{ site.imgdir }}TWL_EVA_WRITE_SDMC-LNC/screenshots/WRITE_SDMC-LNC_pass_v1.1.png">
|
||||
</div>
|
||||
|
||||
<h2 id="write_sdmc">TWL EVA AGING</h2>
|
||||
<p><b>AGING</b> is the main test tool. AGING is similar to <a href="/dsidev/twl_eva_final.html">FINAL</a> in that it does an overview of all components such as screens, RAM, CPU, and sound, however AGING is meant to be run for up to an hour to stress test the DSi. This would make sure that weak/faulty hardware will not break immediately after leaving the factory, and that previous tests were not just flukes.</p>
|
||||
<details>
|
||||
<summary>v1.0</summary>
|
||||
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0><TR><TD><PRE>
|
||||
Version : v1.0
|
||||
Build date : 2008/06/26
|
||||
Download : <a href="{{ site.appdir }}TWL_EVA_AGING/TWL_EVA_AGING_v1.0_20080626.srl">TWL_EVA_AGING_v1.0_20080626.srl</a>
|
||||
Photos : <a href="{{ site.releasedir }}{{ page.releaseslug }}/photos/TWL_EVA_AGING_v1.0_front.jpeg" target="_blank">Front</a> | <a href="{{ site.releasedir }}{{ page.releaseslug }}/photos/TWL_EVA_AGING_v1.0_back.jpeg" target="_blank">Back</a></PRE></TD></TR></TABLE>
|
||||
</details>
|
||||
<!--
|
||||
<details>
|
||||
<summary>v1.0 (dev)</summary>
|
||||
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0><TR><TD><PRE>
|
||||
Version : v1.0 (dev)
|
||||
Build date : 2008/06/26
|
||||
Download : <a href="{{ site.appdir }}TWL_EVA_AGING/TWL_EVA_AGING_v1.0_dev_20080626.srl">TWL_EVA_AGING_v1.0_dev_20080626.srl</a>
|
||||
Photos : <a href="{{ site.releasedir }}{{ page.releaseslug }}/photos/TWL_EVA_AGING_v1.0_front.jpeg" target="_blank">Front</a> | <a href="{{ site.releasedir }}{{ page.releaseslug }}/photos/TWL_EVA_AGING_v1.0_back.jpeg" target="_blank">Back</a></PRE></TD></TR></TABLE>
|
||||
</details>
|
||||
-->
|
||||
<div class="screenshot">
|
||||
<img src="{{ site.imgdir }}TWL_EVA_AGING/screenshots/AGING_main.png">
|
||||
<img src="{{ site.imgdir }}TWL_EVA_AGING/screenshots/AGING_start.png">
|
||||
</div>
|
||||
|
||||
<h2 id="write_sdmc">Unbootable Dumps</h2>
|
||||
<p>These dumps would not boot, however they have been included in case at some point they can be run. The build dates and versions have been extracted in hex and may not be correct.</p>
|
||||
<details>
|
||||
<summary>loose-m14-x1</summary>
|
||||
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0><TR><TD><PRE>
|
||||
Version : v8.0
|
||||
Build date : 2006/12/05
|
||||
Download : <a href="{{ site.releasedir }}{{ page.releaseslug }}/files/loose-m14-x1.srl">loose-m14-x1.srl</a>
|
||||
Photos : <a href="{{ site.releasedir }}{{ page.releaseslug }}/photos/loose-m14-x1_front.jpeg" target="_blank">Front</a> | <a href="{{ site.releasedir }}{{ page.releaseslug }}/photos/loose-m14-x1_back.jpeg" target="_blank">Back</a></PRE></TD></TR></TABLE>
|
||||
</details>
|
||||
<details>
|
||||
<summary>twl_mic_tester_v3.0</summary>
|
||||
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0><TR><TD><PRE>
|
||||
Version : v3.0
|
||||
Build date : 2009/08/17
|
||||
Download : <a href="{{ site.releasedir }}{{ page.releaseslug }}/files/twl_mic_tester_v3.0.srl">twl_mic_tester_v3.0.srl</a>
|
||||
Photos : <a href="{{ site.releasedir }}{{ page.releaseslug }}/photos/twl_mic_tester_v3.0_front.jpeg" target="_blank">Front</a> | <a href="{{ site.releasedir }}{{ page.releaseslug }}/photos/twl_mic_tester_v3.0_back.jpeg" target="_blank">Back</a></PRE></TD></TR></TABLE>
|
||||
</details>
|
||||
<details>
|
||||
<summary>wrfu-uti0151</summary>
|
||||
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0><TR><TD><PRE>
|
||||
Version : v2.01
|
||||
Build date : 2009/05/18
|
||||
Download : <a href="{{ site.releasedir }}{{ page.releaseslug }}/files/wrfu-uti0151.srl">wrfu-uti0151.srl</a>
|
||||
Photos : <a href="{{ site.releasedir }}{{ page.releaseslug }}/photos/wrfu-uti0151_front.jpeg" target="_blank">Front</a> | <a href="{{ site.releasedir }}{{ page.releaseslug }}/photos/wrfu-uti0151_back.jpeg" target="_blank">Back</a></PRE></TD></TR></TABLE>
|
||||
</details>
|
@ -1,12 +1,26 @@
|
||||
---
|
||||
title: Index
|
||||
layout: dsiware
|
||||
redirect_from: /dsidev/index.html
|
||||
---
|
||||
<!-- The copy/pasting here is criminal... but so is adding another copy/paste jekyll layout -->
|
||||
|
||||
<!-- Have you thought about autogenerating based on tags and including previews in the boxes? -->
|
||||
|
||||
<div style="margin:1%;">
|
||||
<div class="devinfo-container-main releasepage colorbox">
|
||||
<img src="{{ site.imgui }}menu/green/dsi_widebarnoprompt_u.png" style="width: 100%;position: static;display: block;" class="pixelate">
|
||||
<div style="background-image: url('{{ site.imgui }}menu/dsi_widepromptnobar.png');background-size:100% 100%;position: static;display: inline-block;width:100%;">
|
||||
<div class="devinfo-main" style="position:relative;"><br>
|
||||
<h3 style="padding-top:0;"><a href="/dsidev/release/write_sdmc.html">AGING and WRITE SDMC-LNC factory tools</a> (2025/04/19)</h3>
|
||||
<p style="width:100%;">
|
||||
New DSi factory cart dumps from <b>March42</b>, one of which was never known to exist before now!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<img src="{{ site.imgui }}menu/green/dsi_widebarnoprompt_d.png" style="width: 100%;display: block;" class="pixelate">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="margin:1%;">
|
||||
<div class="devinfo-container-main releasepage colorbox">
|
||||
<img src="{{ site.imgui }}menu/green/dsi_widebarnoprompt_u.png" style="width: 100%;position: static;display: block;" class="pixelate">
|
||||
|
10
dsidev/twl_eva/e_write_sdmc-lnc.html
Executable file
10
dsidev/twl_eva/e_write_sdmc-lnc.html
Executable file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: devinfo
|
||||
app: TWL_EVA_WRITE_SDMC-LNC
|
||||
altname: WRITE_SDMC-LNC
|
||||
category: [TWL EVA]
|
||||
sequence: TRUE
|
||||
redirect_from: /dsidev/twl_eva_write_sdmc-lnc.html
|
||||
group: true
|
||||
---
|
||||
Todo. Meanwhile see the <a href="/dsidev/release/write_sdmc.html">release page.</a>
|
@ -3,13 +3,13 @@ title: Index
|
||||
layout: dsiware
|
||||
redirect_from: /dsidev/index.html
|
||||
---
|
||||
<marquee class="scroller"><code style="font-size:40px;" scrollamount="10">The website by junkers for junkers. Greetings to ufo, lasscat, togemet2, Rolfie, HudU, xp, Haifisch, MaxiBash, RedBees, March42, NinjaCheetah, DamiDoop, scalr, pancake, Voodooween, Kelly, MarioDS64, MrPinball64, j4m13c0, Dionicio3, and collection_nintendo! Thanks to everyone across the web who has dumped, mirrored, or documented these programs. This entire website was designed by me, and me alone (unless you count stack overflow (and if you ignore DamiDoop the icon maker)). Sure, it's barely working, but at least it looks nicer and has more information than any other public sites. Y'all need to remember that there's more than just TwlNmenu and NandFiler. Also just include damn links! These programs don't do any good when you can't download and use them. Oh well, at least I've fixed that now. Now you can run all official DS brickers and NAND editing tools... oh. Maybe there's a reason not everything gets shared. Good luck staying safe! In other news, this site is fully self hosted! No more big companies limiting what I can do!</code></marquee>
|
||||
<marquee class="scroller"><code style="font-size:40px;" scrollamount="10">The website by junkers for junkers. Greetings to ufo, lasscat, togemet2, Rolfie, HudU, xp, Haifisch, MaxiBash, RedBees, March42, NinjaCheetah, DamiDoop, scalr, pancake, Voodooween, Kelly, MarioDS64, Fritz, MrPinball64, j4m13c0, Dionicio3, and collection_nintendo! Thanks to everyone across the web who has dumped, mirrored, or documented these programs. This entire website was designed by me, and me alone (unless you count stack overflow (and if you ignore DamiDoop the icon maker)). Sure, it's barely working, but at least it looks nicer and has more information than any other public sites. Y'all need to remember that there's more than just TwlNmenu and NandFiler. Also just include damn links! These programs don't do any good when you can't download and use them. Oh well, at least I've fixed that now. Now you can run all official DS brickers and NAND editing tools... oh. Maybe there's a reason not everything gets shared. Good luck staying safe! In other news, this site is fully self hosted! No more big companies limiting what I can do!</code></marquee>
|
||||
|
||||
<!-- ^ Real sigmas up here. -->
|
||||
<div style="margin:1%;">
|
||||
<div class="info" style="margin-top:1vw;margin-left:auto;margin-right:auto;width:60%;color:black">
|
||||
<h4>News: <a href="/dsidev/release/dev-nands_update.html">MangaON DSi Update: Build recovered</a></h4>
|
||||
A build of the cancelled digital manga service called MangaON has been recovered by <b>MrPinball64</b>! This was assumed to be overwritten in our old release, but it was just fragmented!
|
||||
<h4>News: <a href="/dsidev/release/write_sdmc.html">AGING and WRITE SDMC-LNC dumped</a></h4>
|
||||
Some new factory tools just dropped thanks to <b>March42</b>! Most interesting is a tool used to "reset" DSis if an error happens in setup. Check it out!
|
||||
</div><br>
|
||||
|
||||
<div class="devinfo-container-main releasepage colorbox">
|
||||
|
Loading…
Reference in New Issue
Block a user