X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=blobdiff_plain;f=source%2Fmupen64plus-core%2Fsrc%2Fmemory%2Fpif.c;h=9bec74f5022e8c3bce3b2cb68af405716ff75af5;hp=b20c4e7e87abef19bba6c5a398c0207c5adf15a1;hb=2d26287291331f2b1793a8e76ede08c75654fb7c;hpb=01d8ca6fb06a8261602900cab63c61e5a1b143c9 diff --git a/source/mupen64plus-core/src/memory/pif.c b/source/mupen64plus-core/src/memory/pif.c index b20c4e7..9bec74f 100644 --- a/source/mupen64plus-core/src/memory/pif.c +++ b/source/mupen64plus-core/src/memory/pif.c @@ -492,6 +492,8 @@ void update_pif_write(void) } // calculate the proper response for the given challenge (X-Scale's algorithm) n64_cic_nus_6105(challenge, response, CHL_LEN - 2); + PIF_RAMb[46] = 0; + PIF_RAMb[47] = 0; // re-format the 'response' into a byte stream for (i = 0; i < 15; i++) {