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
- Host: GitHub
- URL: https://github.com/carlolson/gbzig
- Owner: CarlOlson
- Created: 2025-04-27T08:23:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-27T15:32:41.000Z (about 1 year ago)
- Last Synced: 2025-04-27T16:29:14.435Z (about 1 year ago)
- Topics: emulator, gameboy, zig
- Language: Zig
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gbzig
Gameboy emulator in Zig
## Resources
You Should Make a GameBoy Emulator (motivation):
[](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/)