Skip to content

open_agb_firm is a very experimental, bare metal implementation of the 3DS GBA mode. Not ready for serious use yet.

License

Notifications You must be signed in to change notification settings

DullPointer/open_agb_firm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open_agb_firm

open_agb_firm is a very experimental, bare metal implementation of the 3DS GBA mode. Not ready for serious use yet.

Disclaimer

We are not responsible for any damage that may occur to your system as a direct or indirect result of you using open_agb_firm.

How to build

To compile open_agb_firm you need

installed in your system. Additionally you need 7-Zip or on Linux p7z installed to make release builds. Also make sure the CTR firm builder and dma330as binaries are in your $PATH environment variable and accessible to the Makefile. Build open_agb_firm as debug build via make or as release build via make release.

Known issues

This section is reserved for a listing of known issues. At present only this remains:

  • Save type hardcoded to 32 KiB (256k) SRAM. Unknown how save type detection will be done.
  • Sleep mode is not fully implemented.

If you happen to stumble over another bug, please open an issue in the official open_agb_firm repo on GitHub or contact me via other platforms.

License

You may use this under the terms of the GNU General Public License GPL v3 or under the terms of any later revisions of the GPL. Refer to the provided LICENSE.txt file for further information.

Thanks to...

  • yellows8
  • plutoo
  • smea
  • Normmatt
  • WinterMute
  • ctrulib devs
  • Luma 3DS devs
  • devkitPro
  • ChaN
  • fastboot3DS project
  • Wolfvak, Sono and all the other people on GodMode9 IRC/Discord
  • ...everyone who contributed to 3dbrew.org

Copyright (C) 2020 derrek, profi200, d0k3

About

open_agb_firm is a very experimental, bare metal implementation of the 3DS GBA mode. Not ready for serious use yet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 66.3%
  • Objective-C 13.1%
  • C++ 11.5%
  • Assembly 6.1%
  • Makefile 3.0%