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

https://github.com/naps62/rgba


https://github.com/naps62/rgba

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# RGB - a Rust Game Boy Emulator

## Resources

This is a list of most resources I used to find out more about the hardware
architecture and emulation requirements for a Game Boy. Most of these were
taken from the [Awesome Game Boy Development] list.

1. [Ultimate Game Boy Talk](https://www.youtube.com/watch?v=HyzD8pNlpwI): a talk dissecting the internals of a Game Boy's
hardware;
2. [Game Boy: Complete Technical Reference](https://gekkio.fi/files/gb-docs/gbctr.pdf): exactly what the name suggests it is;
3. [RealBoy](https://realboyemulator.wordpress.com/): a series of posts
describing the hardware and the making of the RealBoy emulator
4. [BOOT ROM ASM](https://gbdev.gg8.se/wiki/articles/Gameboy_Bootstrap_ROM)

[Awesome Game Boy Development]: https://gbdev.github.io/list.html#emulator-development