Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 493 Bytes

File metadata and controls

25 lines (17 loc) · 493 Bytes

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