From 40a936ab826c9aa8b1135fbef6bb3c1c36a25f29 Mon Sep 17 00:00:00 2001 From: archshift Date: Sat, 10 Jan 2015 22:11:45 -0800 Subject: [PATCH] Remove ARM9 homebrew --- Developer-Information.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Developer-Information.md b/Developer-Information.md index 2651333..2fc8deb 100644 --- a/Developer-Information.md +++ b/Developer-Information.md @@ -6,20 +6,16 @@ This is a very incomplete overview of useful information to get started with 3DS * [ARM946E-S ™ Reference Manual](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0201d/index.html) ### Homebrew -Here are some early homebrew demos (Note that ARM9 homebrew has been deprecated and no longer works with Citra): +Here are some early homebrew demos: * [yeti3DS](https://github.com/smealum/yeti3DS) - A port of the open-source software renderer yeti3D engine * [Smealum's GPU demo](https://github.com/smealum/ctrulib/tree/master/gpu) - A very simple demo that uses the PICA200 GPU * [GameYob](https://github.com/Drenn1/GameYob) - A GameBoy/GBC emulator for the 3DS * [blargSNES](https://github.com/StapleButter/blargSnes) - A SNES emulator for the 3DS * [3DSCraft](https://github.com/smealum/3dscraft) - A Minecraft clone for the 3DS * [ftPony](https://github.com/smealum/ftpony) - A FTP server for transferring files to the 3DS. -* ~~[Pong3D](http://wiki.gbatemp.net/wiki/Pong3D) - Simple Pong framebuffer demo~~ **[ARM9]** -* ~~[Mandelbrot](https://github.com/Aliakr18/mandelbrot) - Simple mandebrot famebuffer demo~~ **[ARM9]** -* ~~[TE3DS](https://github.com/nop90/TE3DS_HB) - Simple block puzzle game~~ **[ARM9]** Here are some tools useful for homebrew development: -* [GNU Tools for ARM Embedded Processors](https://launchpad.net/gcc-arm-embedded) - This can be used to compile homebrew (you'll also need Python in your path) * [devkitARM](http://devkitpro.org/wiki/Getting_Started/devkitARM) - This can also be used to build/debug homebrew -* [CTR User Library](https://github.com/smealum/ctrulib) - Library for writing user mode arm11 code for the 3DS +* [CTR User Library](https://github.com/smealum/ctrulib) - Library for writing usermode arm11 code for the 3DS * [Aemstro](https://github.com/smealum/aemstro) - Set of tools used to disassemble and assemble shader code for DMP's MAESTRO shader extension used in the 3DS's PICA200 GPU * [Error codes](https://gist.github.com/yuriks/715d3478168eb69a28fa) - This python script will (hopefully) decode any error codes you might encounter. \ No newline at end of file