8bitworkshop icon indicating copy to clipboard operation
8bitworkshop copied to clipboard

Which neslib.h is used for NES examples?

Open tschak909 opened this issue 5 years ago • 1 comments

Which neslib is used for the NES examples? are you using a custom crt0.s? Your downloaded project files are woefully incomplete.

-Thom

tschak909 avatar Sep 11 '19 05:09 tschak909

The IDE uses my own fork which is based on clbr's fork of Shiru's code: https://github.com/sehugg/neslib

There were a lot of changes to break up the functions into separate object files and to make Famitone optional.

The .cfg files are here: https://github.com/sehugg/8bitworkshop/tree/master/src/worker/lib/nes

All the code examples are here: https://github.com/sehugg/8bitworkshop/tree/master/presets/nes

sehugg avatar Sep 11 '19 14:09 sehugg