A simple Gameboy emulator written in C
Features:
- Unaccurate
- Unoptimised
- Basic emulation (hello world working)
- Simple code which is easy to learn and understand from
- Compiles to Windows (Mingw), Mac OS, Web, Linux and other Unix like operating systems
- Runs most games
- Full audio emulation
- Gameboy color support
Dependencies:
- SDL2
- emcc, gcc, clang or Mingw
