X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=Pico%2Fcd%2FMemory.c;fp=Pico%2Fcd%2FMemory.c;h=c140976a2b8cb3bdd3e64177b98d34c749d57f58;hb=374498bcabc88b6f46d77b38b23328c982e84d60;hp=b404ae7eb370f2878dc50260808b4448f5390e5d;hpb=2b1f0e25193de382c6578fcf8e5edeaa37a21555;p=picodrive.git diff --git a/Pico/cd/Memory.c b/Pico/cd/Memory.c index b404ae7..c140976 100644 --- a/Pico/cd/Memory.c +++ b/Pico/cd/Memory.c @@ -289,7 +289,7 @@ void s68k_reg_write8(u32 a, u32 d) return; // only m68k can change WP case 3: { int dold = Pico_mcd->s68k_regs[3]; - //printf("s68k_regs w3: %02x @%06x\n", (u8)d, SekPcS68k); + //elprintf(EL_STATUS, "s68k_regs w3: %02x s@%06x", (u8)d, SekPcS68k); d &= 0x1d; d |= dold&0xc2; if (d&4) {