Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/comba92/tomboy-emu

WIP GameBoy emulator in RUST
https://github.com/comba92/tomboy-emu

emulation emulator game-boy sdl2

Last synced: 14 days ago
JSON representation

WIP GameBoy emulator in RUST

Awesome Lists containing this project

README

        

# Tomboy - A basic Game Boy emulator in Rust

## References
- **Pandocs**: https://gbdev.io/pandocs/
- **Cycle Accurate Docs**: https://raw.githubusercontent.com/rockytriton/LLD_gbemu/main/docs/The%20Cycle-Accurate%20Game%20Boy%20Docs.pdf
- **Gekko Technical Reference**: https://gekkio.fi/files/gb-docs/gbctr.pdf
- **Awesome GBDev** - https://github.com/gbdev/awesome-gbdev

https://github.com/Hacktix/GBEDG/tree/master
https://gist.github.com/SonoSooS/c0055300670d678b5ae8433e20bea595

https://hacktix.github.io/GBEDG/
https://blog.tigris.fr/2019/09/15/writing-an-emulator-the-first-pixel/

- **Optable** - https://gbdev.io/gb-opcodes/optables/
- **Better Optable** - https://meganesu.github.io/generate-gb-opcodes/
- **Opcodes Reference** - https://rgbds.gbdev.io/docs/v0.6.1/gbz80.7
- **Memory Map** - http://gameboy.mongenel.com/dmg/asmmemmap.html

- **Correct Logs** https://github.com/wheremyfoodat/Gameboy-logs

- **BinjGB** - https://github.com/binji/binjgb
- **PyBoy** - https://github.com/Baekalfen/PyBoy/tree/master
- **MooneyeGB** - https://github.com/Gekkio/mooneye-gb
- **Boytacean (Rust)** - https://github.com/joamag/boytacean
- **Gameboy (Rust)** - https://github.com/raphamorim/gameboy
- **Sameboy** - https://github.com/LIJI32/SameBoy

- **GB emulator in JS** - https://imrannazar.com/gameboy-Emulation-in-JavaScript
- **Writing a GB emulator** - https://cturt.github.io/cinoop.html
- **RealBoy blog** - https://realboyemulator.wordpress.com/posts/

### About Cycles
- https://robertovaccari.com/blog/2020_09_26_gameboy/
- https://izik1.github.io/gbops/index.html
- https://forums.nesdev.org/viewtopic.php?t=17754
- https://mgba.io/2015/06/27/cycle-counting-prefetch/
- https://gist.github.com/SonoSooS/c0055300670d678b5ae8433e20bea595

- https://www.reddit.com/r/EmuDev/comments/utyx2g/looking_for_help_understanding_gameboy_clock/