/gb_emu

WIP for a while. Purely educational project. My first attempt at writing an emulator. Also my first experience with low level stuff.

Primary LanguageCGNU General Public License v3.0GPL-3.0

Gameboy Emulator.

WIP. Still in early stages of development and can't emulate anything yet.

Building:

  • make
  • make debug if any functionality from tests.c is used

Usage:

  • ./out/binary path/to/rom - load rom
  • ./out/binary -m path/to/memory/dump - load memory dump (for development purposes)