TL;DR: If you make a game using NESFab, your code can remain private, and you do not need to include attribution in your binary release. By default, t

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2025-01-07 20:00:07

TL;DR: If you make a game using NESFab, your code can remain private, and you do not need to include attribution in your binary release.

By default, the NESFab compiler builds binaries that use unofficial ("illegal") instructions. To force the compiler to only use official ones, compile the compiler with the following flag:

Small fixes are welcome and can be submitted as Github pull requests. For anything larger, open a Github issue prefixed with "Contrib Request:" and what you'd like to do, and await approval before starting.

Leave a Comment