christopherpow / nesicide

Integrated Development Environment for the 8-bit Nintendo Entertainment System
315 stars 38 forks source link

Fixes build linux x86_64 #11

Closed Jarhmander closed 10 years ago

Jarhmander commented 10 years ago

Fixes to libfamitracker

These fixes allow libfamitracker to be build on a x86_64 Linux system—at least, on my system.

Commit f89849b contains the actual build fixes, commit 19d60aa is a small runtime fix; it removes a bogus assert in Blip_Buffer.cpp that is not present in the up-to-date Blip_Buffer library. This assert prevents correct use of libfamitracker.

Mainstream FamiTracker should apply the UINTUINT_PTR fixes and use the latest Blip_Buffer code.