diff --git a/Developer-Information.md b/Developer-Information.md index 693d933..f386941 100644 --- a/Developer-Information.md +++ b/Developer-Information.md @@ -1,11 +1,11 @@ This is a very incomplete overview of useful information to get started with 3DS development. Please add anything that's missing :) -## 3DS Hardware/Software +### 3DS Hardware/Software * [3DBrew](http://3dbrew.org/wiki/Main_Page) is probably the best resource for the 3DS hardware/software internals * [ARM11 MPCore Reference Manual](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0360f/index.html) * [ARM946E-S ™ Reference Manual](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0201d/index.html) -## Homebrew +### Homebrew Here are some early homebrew demos: * [Pong3D](http://wiki.gbatemp.net/wiki/Pong3D) - Simple Pong framebuffer demo * [Mandelbrot](https://github.com/Aliakr18/mandelbrot) - Simple mandebrot famebuffer demo