https://github.com/naps62/rgba
https://github.com/naps62/rgba
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/naps62/rgba
- Owner: naps62
- Created: 2019-04-18T21:39:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T17:18:08.000Z (over 6 years ago)
- Last Synced: 2025-02-05T06:46:34.141Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 254 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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