Skip to content

Commit

Permalink
Update README.md w/ debugger info + screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
binji committed Apr 4, 2017
1 parent 75cbb8c commit cc36364
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ A simple GB emulator.
* Disable/enable each audio channel
* Disable/enable BG, Window and Sprite layers
* Convenient Python test harness using hashes to validate
* (WIP) Debugger with various visualizations (see below)

## Screenshots

Expand All @@ -27,10 +28,17 @@ A simple GB emulator.
![Game Boy Wars](/images/wars.png)
![Is That a Demo in Your Pocket?](/images/pocket.png)

## Debugger Screenshots

![OBJ](/images/obj-window.png)
![Map](/images/map-window.png)
![Tile Data](/images/tiledata-window.png)

## Building

Requires [CMake](https://cmake.org) and
[SDL2](http://libsdl.org/download-2.0.php).
[SDL2](http://libsdl.org/download-2.0.php). Debugger uses
[dear imgui,][https://github.com/ocornut/imgui] (included as a git submodule).

### Building (Linux/Mac)

Expand Down
Binary file added images/map-window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/obj-window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tiledata-window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cc36364

Please sign in to comment.