mirror of
https://github.com/kode54/QuickNES.git
synced 2025-04-02 10:31:48 -04:00
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.
File_Extractor@6309f72e13 | ||
Nes_Emu_Core@5a66aa8d66 | ||
Nes_Emu_Windows@ea08c94126 | ||
nes_ntsc@7440817820 | ||
zlib@30a1c7065d | ||
.gitmodules | ||
COPYING | ||
README.TXT |
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