dmcoles / EVO

E-VO Amiga E Compiler
45 stars 5 forks source link

Misaligned writes in ac structure in graphics/gels.e #2

Closed SamuraiCrow closed 3 years ago

SamuraiCrow commented 3 years ago

http://aminet.net/package/dev/e/Gels020 corrects this on 020+. Please include. (I am the author of the package listed above.)

dmcoles commented 3 years ago

Just for my clarification, are you asking me to include your ac020 object and the GET_AC(x) macro into graphics/gels.e or to include the whole gels020.e file into the graphics folder?

SamuraiCrow commented 3 years ago

Either would be fine. All I added was a pad-word to the beginning (though I probably should have made it a private field) so that the longwords and pointers would align to 4-byte increments.

dmcoles commented 3 years ago

thanks, ive added those into gels.e