64 bit patch for sccz80

New features and project activity between releases
Post Reply
User avatar
dom
Well known member
Posts: 2076
Joined: Sun Jul 15, 2007 10:01 pm

64 bit patch for sccz80

Post 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.
Post Reply