Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kode54/QuickNES
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.
https://github.com/kode54/QuickNES
Last synced: 7 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/kode54/QuickNES
- Owner: kode54
- License: gpl-2.0
- Archived: true
- Created: 2012-12-03T06:36:21.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-09T18:23:30.000Z (almost 12 years ago)
- Last Synced: 2024-08-02T05:10:48.545Z (3 months ago)
- Size: 121 KB
- Stars: 21
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.TXT
- License: COPYING
Awesome Lists containing this project
- awesome-emulators - QuickNES
- awesome-emulators-android - QuickNES
README
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 libraryFile_Extractor - Shay Green's archive reading library
zlib - A dependency of both File_Extractor and the
- emulator library