rm leftover debug code
authornotaz <notasas@gmail.com>
Tue, 26 Sep 2023 23:24:32 +0000 (02:24 +0300)
committernotaz <notasas@gmail.com>
Wed, 27 Sep 2023 22:11:58 +0000 (01:11 +0300)
libpcsxcore/new_dynarec/linkage_arm64.S
libpcsxcore/new_dynarec/pcsxmem.c

index 7b77c62..31b7b9f 100644 (file)
@@ -210,7 +210,7 @@ FUNCTION(new_dyna_leave):
 .align 2
 
 .macro memhandler_pre
-       /* w0 = adddr/data, x1 = rhandler, w2 = cycles, x3 = whandler */
+       /* w0 = addr/data, x1 = rhandler, w2 = cycles, x3 = whandler */
        ldr     w4, [rFP, #LO_last_count]
        add     w4, w4, w2
        str     w4, [rFP, #LO_cycle]
index 8f79c50..da5b67e 100644 (file)
@@ -244,9 +244,6 @@ static u32 read_biu(u32 addr)
        if (addr != 0xfffe0130)
                return read_mem_dummy(addr);
 
- FILE *f = fopen("/tmp/psxbiu.bin", "wb");
- fwrite(psxM, 1, 0x200000, f);
- fclose(f);
        memprintf("read_biu  %08x @%08x %u\n",
                psxRegs.biuReg, psxRegs.pc, psxRegs.cycle);
        return psxRegs.biuReg;