https://github.com/drgomesp/oxiboy
A GameBoy emulator in Rust
https://github.com/drgomesp/oxiboy
dmg-001 emulation emulator gameboy gameboy-emulator rust rust-emulator
Last synced: 17 days ago
JSON representation
A GameBoy emulator in Rust
- Host: GitHub
- URL: https://github.com/drgomesp/oxiboy
- Owner: drgomesp
- Created: 2018-04-28T20:56:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-07T17:51:30.000Z (about 3 years ago)
- Last Synced: 2025-04-09T04:25:02.869Z (about 1 month ago)
- Topics: dmg-001, emulation, emulator, gameboy, gameboy-emulator, rust, rust-emulator
- Language: Rust
- Homepage:
- Size: 85 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OxiBoy
This is a project I started for didactic purposes only. It's heavily inspired by existing emulators and the Rust emulator ecosystem.
## References
- **[Game Boy Programming Manual](https://archive.org/download/GameBoyProgManVer1.1/GameBoyProgManVer1.1.pdf)** - Official Game Boy programming and hardware manual by Nintendo.
- [Pan Docs](http://gbdev.gg8.se/wiki/articles/Pan_Docs) - Historical comprehensive technical reference, wikified, corrected and updated.
- [The Cycle-Accurate Game Boy Docs](https://github.com/AntonioND/giibiiadvance/blob/master/docs/TCAGBD.pdf) - A precise documentation by AntonioND to make a cycle-accurate Game Boy emulator.
- [Game Boy: Complete Technical Reference](https://gekkio.fi/files/gb-docs/gbctr.pdf) by Gekkio.