sehugg / 8bitworkshop

web-based IDE for 8-bit programming and Verilog development
http://8bitworkshop.com/
GNU General Public License v3.0
504 stars 82 forks source link

Which neslib.h is used for NES examples? #11

Open tschak909 opened 4 years ago

tschak909 commented 4 years ago

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

-Thom

sehugg commented 4 years ago

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