c64skin
c64skin
thanks zhongtianxie for explaining why they (dev/ttyS4) vanish after boot, shame it's still not fixed in 4.18.8 mainline. i'm not good enough to use your patch but thanks anyway for...
I dont use FreeBSD anymore so i can't verify my original issue anymore, i'll leave it up to you Frode how to best deal with it. Thanks.
another day and a another look.. it's these two that is the issue in utils.h: ``` inline uint16 swap16(uint16 x) { return ((x & 0x00FF) > 8); } inline uint32...
workaround: ``` #ifndef __OpenBSD__ inline uint16 swap16(uint16 x) { return ((x & 0x00FF) > 8); } inline uint32 swap32(uint32 x) { return ((x & 0x000000FF) 8) | ((x & 0xFF000000)...
I've settled for the sdl2 version...i haven't made any effort to try building nix version. If you recommend nix instead i will do so.
Been too long and i don't usually run scripts nowadays, but it reads like the default directory for running the cgi-bin scripts did not work out of the box for...