gb-emu: initial commit

Add a mostly non-functional Gameboy CPU and the skeleton
of a Gameboy assembler intended for unit tests.
This commit is contained in:
2016-12-18 23:43:41 -08:00
commit 6e2f4096a2
38 changed files with 4424 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
A work-in-progress Gameboy emulator with a terminal-based UI and a basic assembler.
== Compilation ==
```
make config-default
make
```