Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clbr/neslib
Neslib
https://github.com/clbr/neslib
Last synced: 3 days ago
JSON representation
Neslib
- Host: GitHub
- URL: https://github.com/clbr/neslib
- Owner: clbr
- License: zlib
- Created: 2016-03-01T11:17:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T16:37:32.000Z (about 1 year ago)
- Last Synced: 2024-08-02T05:06:45.818Z (3 months ago)
- Language: C
- Size: 29.3 KB
- Stars: 99
- Watchers: 9
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
- License: COPYING
Awesome Lists containing this project
README
Neslib
======This is a ca65 asm library consisting of useful NES functions. It's designed to be
used with cc65 git master, no need for old runtimes or the like.Credit for making this goes to Shiru, who published the original in public domain.
However, the original had several bugs and outright bad docs, and Shiru wasn't interested
in making changes to fix those, so here's a fork.This is under the zlib license.
Sample usage
------------See the cnrom sample at https://github.com/clbr/nes/tree/master/cnrom