migueletto/PumpkinOS

Relocations in data.0 resource are not supported

migueletto opened this issue · 1 comments

On emulated m68K applications, the data.0 resource is not fully decoded. In particular, the relocation tables (xrefs) are not interpreted. There is support code in libpumpkin/emulation/emupalmos.c for that, but it is currently commented out because it causes some applications to not work correctly. Not processing relocations also cause other applications to not work, but I left it commented until I fully understand what is going on.

This issue is hopefully fixed now.