Page 1 of 1

64 bit patch for sccz80

Posted: Fri Aug 14, 2009 9:05 pm
by dom
I've finally created a 64 bit patch for sccz80, if anyone has a 64 bit machine I'd appreciate some feedback on it. I've compiled the libraries and they create the same result. The patch can be downloaded from: http://nightly.z88dk.org/patches/

To apply:

Code: Select all

cd z88dk/src/sccz80
patch -p0 < sccz80_64bit.patch
And recompile with -m64 rather than -m32.