An open API service indexing awesome lists of open source software.

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

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.