A fast Nintendo Entertainment System emulator, originally written by Shay Green, as modified and maintained by myself for several years. This is the base package which includes all of the other repositories as submodules in the correct locations.
Go to file
2013-01-09 10:21:40 -08:00
File_Extractor@6309f72e13 Initial commit 2012-12-02 22:38:07 -08:00
Nes_Emu_Core@5a66aa8d66 Fixed capitalization 2013-01-09 10:21:40 -08:00
Nes_Emu_Windows@ea08c94126 Updated core and Windows front-end 2012-12-08 17:49:50 -08:00
nes_ntsc@7440817820 Initial commit 2012-12-02 22:38:07 -08:00
zlib@30a1c7065d Initial commit 2012-12-02 22:38:07 -08:00
.gitmodules Initial commit 2012-12-02 22:38:07 -08:00
COPYING Initial commit 2012-12-02 22:38:07 -08:00
README.TXT Initial commit 2012-12-02 22:38:07 -08:00

This is the newly formatted base source tree for QuickNES, Shay Green's
fast C++ NES emulator library, and my Windows front-end, the only open
source front-end so far.

	Nes_Emu_Core	- The emulator core library
	Nes_Emu_Windows	- My Windows front-end
	nes_ntsc	- The NTSC simulator library

	File_Extractor	- Shay Green's archive reading library
	zlib		- A dependency of both File_Extractor and the
	    		- emulator library