Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/annsanns/rutile_gb
A gameboy emulator
https://github.com/annsanns/rutile_gb
Last synced: 9 days ago
JSON representation
A gameboy emulator
- Host: GitHub
- URL: https://github.com/annsanns/rutile_gb
- Owner: AnnsAnns
- Created: 2023-07-15T20:18:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-17T12:48:43.000Z (over 1 year ago)
- Last Synced: 2023-10-09T00:24:15.295Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 5.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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