Search results for query: *

  1. starleaf

    I'm getting "68K Address Error" when I try to run my homebrew game in EverDrive

    you're either reading/writing a word/long at an odd address, or jumping to an odd address. both result in an address error exception on the 68K. reading/writing bytes at an odd address is not an issue, but words or longs need to be located in an even address (i.e. $FFFF32 works for all three...
Back
Top