mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
33 lines
699 B
Markdown
33 lines
699 B
Markdown
|
---
|
||
|
title: Nintendo DS
|
||
|
language: en
|
||
|
layout: default
|
||
|
created: 2009-03-10 00:43:19 +0100
|
||
|
updated: 2009-03-10 01:13:42 +0100
|
||
|
toc: false
|
||
|
tags:
|
||
|
- know-how
|
||
|
- hacking
|
||
|
- hardware
|
||
|
- nintendo
|
||
|
- gaming
|
||
|
---
|
||
|
(DS = Dual Screen)
|
||
|
|
||
|
![]({{ site.url }}/assets/nintendo_ds_lite.jpg)
|
||
|
|
||
|
<ul>
|
||
|
{% for page in site.categories.nintendo-ds %}
|
||
|
<li><a href="{{ page.url }}">{{ page.title }}</a></li>
|
||
|
{% endfor %}
|
||
|
</ul>
|
||
|
|
||
|
* also see: [Nintendo Wii]({% post_url 2009-03-10-nintendo-wii %})
|
||
|
|
||
|
|
||
|
Links
|
||
|
=====
|
||
|
|
||
|
* [Nintendo DS homebrew](http://en.wikipedia.org/wiki/Nintendo_DS_homebrew)
|
||
|
* [Hacking Nintendo DS](http://doc.kodewerx.org/hacking_nds.html) --- list of ActionReplay code structure and some generic assembler codes
|