Search
lxdream.org :: lxdream/src/sh4/sh4trans.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4trans.c
changeset 619:0800a0137472
prev617:476a717a54f3
next669:ab344e42bca9
author nkeynes
date Fri Feb 08 11:30:04 2008 +0000 (16 years ago)
permissions -rw-r--r--
last change Bail out properly on read errors during a DMA cycle
file annotate diff log raw
1.1 --- a/src/sh4/sh4trans.c Tue Jan 29 10:39:56 2008 +0000
1.2 +++ b/src/sh4/sh4trans.c Fri Feb 08 11:30:04 2008 +0000
1.3 @@ -96,7 +96,7 @@
1.4
1.5 xlat_running = FALSE;
1.6 sh4_starting = FALSE;
1.7 -
1.8 + sh4r.slice_cycle = nanosecs;
1.9 if( sh4r.sh4_state != SH4_STATE_STANDBY ) {
1.10 TMU_run_slice( nanosecs );
1.11 SCIF_run_slice( nanosecs );
.