Update README.md

This commit is contained in:
SourMesen 2017-01-06 21:26:50 -05:00 committed by GitHub
parent b3f55fe42a
commit f6a2b8c410

View file

@ -1,10 +1,11 @@
# Visual2C02
This is a C++/C# port of the original Visual 2C02 by Quietust (http://www.qmtpro.com/~nes/chipimages/visual2c02/)
The Visual 2C02 is an adaptation of the Visual 6502 (http://www.visual6502.org/JSSim/index.html)
# Visual NES
This is a C++/C# port of the Visual 2C02 and the Visual 2A03 by Quietust (http://www.qmtpro.com/~nes/chipimages/visual2c02/)
It combines both simulators into a single simulation and allows the simulation to run NES roms (albeit at roughly 1/1000th of the speed of a real NES)
The Visual 2C02/2A03 are adapted from the code of the Visual 6502 (http://www.visual6502.org/JSSim/index.html)
This adds a few feature (load/save states/memory, logging to disk), but most of all, simulates the 2C02 roughly 20-30x faster than the javascript version.
This also adds a few feature (load/save states/memory, logging to disk). It also simulates both the 2C02 and the 2A03 together much faster than the javascript versions (10-20x faster)
A few features are still missing, including the "visual" part :)
A few features are still missing, but the goal is to port most of the originals' features in time.
## Windows
Open the solution in VS2015 and run as Release/x64