Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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