Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qix-/copynesl
Git mirror of copynesl
https://github.com/qix-/copynesl
Last synced: 26 days ago
JSON representation
Git mirror of copynesl
- Host: GitHub
- URL: https://github.com/qix-/copynesl
- Owner: Qix-
- License: gpl-3.0
- Created: 2016-01-21T22:31:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T22:32:20.000Z (almost 9 years ago)
- Last Synced: 2024-10-05T13:41:08.522Z (about 2 months ago)
- Language: Groff
- Homepage:
- Size: 10.2 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
In this file:
-------------
* General introduction
* Requirements
* Directory Structure
* ContactsGeneral introduction:
--------------------
The CopyNES is a tool for dumping and analyzing NES game cartridges. It can also be used as a development tool for testing software on the NES.The available software for the CopyNES is limited to Windows platforms, and it is the intent of the copynesl project to bring support for using the CopyNES to other platforms.
Requirements:
-------------
This software communicates with the copynes through the libcopynes library and libcopynes is required in order to use any copynes specific features. libcopynes uses the virtual com port drivers from FTDI and is implement using POSIX standards. copynesl is intended to be compatible with all systems for which a VCP driver is available and that comply with POSIX. If you are attempting to use such a system and are encountering issues, please file a bug report at http://bitbucket.org/crade/copynesl/issues/Instalation Notes:
------------------
See file INSTALL for detailed installation instructions.* Use configure --with-copynes[=DIR] to specify a non-standard location for libcopynes
* You can use configure --without-copynes to compile without libcopynes support.Directory Structure:
--------------------
The source tree is organized:* copynesl: core program
* cartctl: format convertion utilities
* settings: handles command line arguments, confile files, and default options
* trk_log: handles logging, tracing, and error message output for command line.
Contacts:
---------
* The home for copynesl is currently at:
http://bitbucket.org/crade/copynesl/
* Bug reports should generally be filed at:
http://bitbucket.org/crade/copynesl/issues/
* Feel free to send suggestions, comments, flames, etc to:
[email protected]