https://github.com/annsanns/rutile_gb
A gameboy emulator
https://github.com/annsanns/rutile_gb
Last synced: about 2 months ago
JSON representation
A gameboy emulator
- Host: GitHub
- URL: https://github.com/annsanns/rutile_gb
- Owner: AnnsAnns
- Created: 2023-07-15T20:18:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T18:52:18.000Z (over 1 year ago)
- Last Synced: 2025-03-25T23:51:36.434Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 5.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rutile Gameboy Emulator
This is a Game Boy emulator written in Rust using a few nightly features. Aside from the UI using egui this should work under no-std. In theory this supports Windows, Linux, macOS and Web, in reality this has only been tested under Linux.
## Useful Resources Used:
- https://gbdev.io/pandocs/CPU_Registers_and_Flags.html
- https://rgbds.gbdev.io/docs/v0.6.1/gbz80.7/#ADC_A,r8
- https://gbdev.io/pandocs/The_Cartridge_Header.html