From: Toni Wilen Date: Wed, 10 Feb 2021 17:05:55 +0000 (+0200) Subject: Ignore FRESTORE 68040 FPIARCU field. X-Git-Tag: 4900~188 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=44e7fd3c7aac5eb59b9a28ad2266f5beeb4d89fc;p=francis%2Fwinuae.git Ignore FRESTORE 68040 FPIARCU field. --- diff --git a/fpp.cpp b/fpp.cpp index 3d4ee3d4..9807a47f 100644 --- a/fpp.cpp +++ b/fpp.cpp @@ -2655,9 +2655,7 @@ retry: ad += 0x4; // offset to CU_SAVEPC field tmp = x_cp_get_long(ad); cusavepc = tmp >> 24; - ad += 0x20; // offset to FPIARCU field - regs.fpiar = x_cp_get_long(ad); - ad += 0x14; // offset to ET15 field + ad += 0x34; // offset to ET15 field tmp = x_cp_get_long(ad); et15 = (tmp & 0x10000000) >> 28; ad += 0x4; // offset to CMDREG1B field