Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/comba92/tomboy-emu
- Owner: Comba92
- Created: 2023-11-07T13:33:43.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-11T11:46:50.000Z (about 1 year ago)
- Last Synced: 2024-11-21T00:02:35.205Z (3 months ago)
- Topics: emulation, emulator, game-boy, sdl2
- Language: Rust
- Homepage:
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-gbdevhttps://github.com/Hacktix/GBEDG/tree/master
https://gist.github.com/SonoSooS/c0055300670d678b5ae8433e20bea595https://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/