Skip to content

isaachier/gbemu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c4bd0e3 · Sep 25, 2019

History

57 Commits
Sep 25, 2019
Jul 26, 2018
Jun 28, 2018
Jul 8, 2018
Aug 20, 2018
Sep 25, 2019

Repository files navigation

gbemu

Zig Game Boy emulator

Why Zig?

Zig is a promising new language aimed at replacing C. Many Game Boy emulators are written in C, C++, and Rust. While these languages definitely succeed in emulating a Game Boy, I wanted to test out the power of Zig on a major project.

Resources

There are many resources dedicated to Game Boy emulator development. A great list can be found here.

Assembler/Compiler

gbemu does not contain an assembler nor a compiler at this time. I highly recommend using RGBDS for Game Boy development.

Roadmap

  • CPU implementation
  • Disassembler
  • Video emulation
  • Audio emulation

About

Zig Game Boy emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages