Closed FrenkelS closed 6 months ago
It works in WinUAE when I set the compatibility option one tick lower.
00000003 is an address error, trying to move more than a byte from an odd (as in, not even) address. 68020+ apparently changes this so it's a performance hit but not an exception/error. Something's probably misaligned somewhere.
I've managed to get this compiling but not actually working yet with VBCC, I'll poke around a bit.
Interesting. I guess it has something to do with a packed struct like line_t, which is 47 bytes in size.
yup, that was the problem
Amiga build works in FS-UAE emulating an Amiga 500 with a 68020 CPU, but not the default 68000 CPU.