https://github.com/aphistic/gabba
A GBA emulator written in Rust to play with. Not intended to ever really be used (or probably even finished!)
https://github.com/aphistic/gabba
Last synced: 6 days ago
JSON representation
A GBA emulator written in Rust to play with. Not intended to ever really be used (or probably even finished!)
- Host: GitHub
- URL: https://github.com/aphistic/gabba
- Owner: aphistic
- License: mit
- Created: 2020-01-09T01:13:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T02:55:52.000Z (over 6 years ago)
- Last Synced: 2025-10-14T00:53:28.872Z (8 months ago)
- Language: Rust
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gabba
A GBA emulator written in Rust to play with. Not intended to ever really be used (or probably even finished!)
## Documentation
* [GBATEK](http://problemkaputt.de/gbatek.htm)
* [mGBA Blog](https://mgba.io/)
* [CowBite](https://www.cs.rit.edu/~tjh8300/CowBite/CowBiteSpec.htm)
* [ARM Arch Reference Manual](https://www.scss.tcd.ie/~waldroj/3d1/arm_arm.pdf)
* [ARM Immediate Mode Encoding](https://alisdair.mcdiarmid.org/arm-immediate-value-encoding/)