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

https://github.com/carlolson/gbzig

Gameboy emulator in Zig
https://github.com/carlolson/gbzig

emulator gameboy zig

Last synced: about 1 year ago
JSON representation

Gameboy emulator in Zig

Awesome Lists containing this project

README

          

# gbzig

Gameboy emulator in Zig

## Resources

You Should Make a GameBoy Emulator (motivation):
[![You Should Make a GameBoy Emulator](https://img.youtube.com/vi/hy2yY5a1Z-0/0.jpg)](https://www.youtube.com/watch?v=hy2yY5a1Z-0)

Good resources to get started quickly: [DMG-01: How to Emulate a Game Boy](https://rylev.github.io/DMG-01/public/book/introduction.html)

[Game Boy Development community](https://gbdev.io/)

[Pan Docs](https://gbdev.io/pandocs/Specifications.html)

[Opcode chart](https://meganesu.github.io/generate-gb-opcodes/)