Skip to content

Commit

Permalink
docs(readme): Added some screenshots to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
dbousamra committed Sep 25, 2017
1 parent 4ba5e5e commit d6a3402
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright Author name here (c) 2017
Copyright Dominic Bou-Samra (c) 2017

All rights reserved.

Expand Down
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# hnes

Welcome to hnes. hnes is a NES emulator written in Haskell.

# TODO

- Performance tuning
- PPU
- APU
- IO

# Screenshots

Early on in the PPU

<img src="screenshots/nestest-1.png" width="256" height="240"/>

<img src="screenshots/nestest-2.png" width="256" height="240"/>

<img src="screenshots/nestest-3.png" width="256" height="240"/>

<img src="screenshots/nestest-4.png" width="256" height="240"/>
Binary file added screenshots/nestest-1.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 screenshots/nestest-2.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 screenshots/nestest-3.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 screenshots/nestest-4.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 d6a3402

Please sign in to comment.