Add a mostly non-functional Gameboy CPU and the skeleton of a Gameboy assembler intended for unit tests.
9 lines
137 B
Markdown
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
|
|
```
|