Search
lxdream.org :: lxdream/src/sh4/sh4core.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4core.c
changeset 550:a27e31340147
prev490:1e0f9940e064
next559:06714bc64271
next586:2a3ba82cf243
author nkeynes
date Thu Dec 06 10:43:30 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Add support for the MMIO side of the TLB (and LDTLB)
file annotate diff log raw
1.1 --- a/src/sh4/sh4core.c Sun Nov 04 08:49:18 2007 +0000
1.2 +++ b/src/sh4/sh4core.c Thu Dec 06 10:43:30 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: sh4core.c,v 1.50 2007-11-04 08:49:18 nkeynes Exp $
1.6 + * $Id: sh4core.in,v 1.10 2007-11-04 08:49:18 nkeynes Exp $
1.7 *
1.8 * SH4 emulation core, and parent module for all the SH4 peripheral
1.9 * modules.
1.10 @@ -417,7 +417,7 @@
1.11 break;
1.12 case 0x3:
1.13 { /* LDTLB */
1.14 - /* TODO */
1.15 + MMU_ldtlb();
1.16 }
1.17 break;
1.18 case 0x4:
.