A simple Gameboy Emulator written in C and SDL2.
Note: This project is still WIP and does not work yet
git clone https://github.com/frghackers/gemu.git --recursive # <- include this to get test roms
make
./a.out
- Enter: Toggle Step mode
- Space: Step to next instruction (step mode only)
- Escape: Exit Program
- q: Exit Program