Skip to content

codehive-oss/gemu

Repository files navigation

Gemu

A simple Gameboy Emulator written in C and SDL2.

Note: This project is still WIP and does not work yet

Getting Started

Building from source

git clone https://github.com/frghackers/gemu.git --recursive # <- include this to get test roms
make
./a.out

How to use

  • Enter: Toggle Step mode
  • Space: Step to next instruction (step mode only)
  • Escape: Exit Program
  • q: Exit Program

Dependencies