Search
lxdream.org :: lxdream/src/sh4/sh4mmio.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4mmio.c
changeset 166:8aa70cf503a2
prev92:108450d84ce8
next312:2c34bdc36cbd
author nkeynes
date Sun Jun 18 12:01:53 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Remove/cleanup more old logging
file annotate diff log raw
1.1 --- a/src/sh4/sh4mmio.c Sun Feb 05 04:02:57 2006 +0000
1.2 +++ b/src/sh4/sh4mmio.c Sun Jun 18 12:01:53 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: sh4mmio.c,v 1.8 2006-02-05 04:02:57 nkeynes Exp $
1.6 + * $Id: sh4mmio.c,v 1.9 2006-06-18 12:01:53 nkeynes Exp $
1.7 *
1.8 * Miscellaneous and not-really-implemented SH4 peripheral modules. Also
1.9 * responsible for including the IMPL side of the SH4 MMIO pages.
1.10 @@ -41,7 +41,6 @@
1.11 switch(reg) {
1.12 case CCR:
1.13 mmu_set_cache_mode( val & (CCR_OIX|CCR_ORA) );
1.14 - INFO( "Cache mode set to %08X", val );
1.15 break;
1.16 default:
1.17 break;
.