Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 546 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 546 Bytes

Gameboy emulator

This is a very rough implementation of a Gameboy emulator (DMG-01).

It is able to run Gameboy games.

It implements a gameboy CPU and a PPU (pixel processing unit, used for drawing on the screen).

Some of the codes has been generated (i.e. CPU instruction functions).

Testing

This has been tested using Blaarg's test ROMs and Matt Curie's test ROM. I also tested it on few games.