Files
gb-emu/README.md
Max Regan 6e2f4096a2 gb-emu: initial commit
Add a mostly non-functional Gameboy CPU and the skeleton
of a Gameboy assembler intended for unit tests.
2017-05-10 22:40:12 -07:00

9 lines
137 B
Markdown

A work-in-progress Gameboy emulator with a terminal-based UI and a basic assembler.
== Compilation ==
```
make config-default
make
```