Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SourMesen committed Nov 12, 2016
1 parent 415f7d7 commit f177357
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
# README #

Mesen is a NES/Famicom emulator for Windows built in C++ and C#.


## Roadmap ##
Things that ***may or may not*** be added in the future, in no particular order:

-Support for more UNIF boards
-Rewind functionality
-Debugger improvements (labels, comments, edit cpu/ppu state, APU state display, memory editor, etc.)
-Support for more NES/Famicom input devices
-Shaders
-Improvements/Rewrite of movie file format to support VS System properly (among other things)
-RAR file support
-Linux support
-Libretro support
-TAS editor


## Building ##
1) Open the solution in VS2015
2) Compile as Release/x64
3) Run


### LICENSE ###

Mesen is available under the GPL V3 license. Full text here: http://www.gnu.org/licenses/gpl-3.0.en.html
Expand Down

0 comments on commit f177357

Please sign in to comment.