1.1 --- a/src/sh4/sh4core.c Thu Jun 15 10:27:10 2006 +0000
1.2 +++ b/src/sh4/sh4core.c Sun Jun 18 12:00:27 2006 +0000
1.5 - * $Id: sh4core.c,v 1.27 2006-06-15 10:27:10 nkeynes Exp $
1.6 + * $Id: sh4core.c,v 1.28 2006-06-18 12:00:27 nkeynes Exp $
1.8 * SH4 emulation core, and parent module for all the SH4 peripheral
1.11 uint32_t hi = (MMIO_READ( MMU, (queue == 0 ? QACR0 : QACR1) ) & 0x1C) << 24;
1.12 uint32_t target = tmp&0x03FFFFE0 | hi;
1.13 mem_copy_to_sh4( target, src, 32 );
1.14 - //if( (target &0xFF000000) != 0x04000000 )
1.15 - // WARN( "Executed SQ%c => %08X",
1.16 - // (queue == 0 ? '0' : '1'), target );
1.19 case 9: /* OCBI [Rn] */
1.23 case 12:/* MOVCA.L R0, [Rn] */
1.26 + MEM_WRITE_LONG( tmp, R0 );