Search
lxdream.org :: lxdream/src/sh4/intc.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/intc.c
changeset 975:007bf7eb944f
prev929:fd8cb0c82f5f
next1187:266e7a1bae90
author Nathan Keynes <nkeynes@lxdream.org>
date Tue May 10 20:31:14 2011 +1000 (13 years ago)
permissions -rw-r--r--
last change Fix SLEEP issue on timeslice border
- Don't update slice_cycle if we're already past it in sh4_sleep_run_slice
- Make sure we don't re-enter the main run_slice if we're sleeping
file annotate diff log raw
1.1 --- a/src/sh4/intc.c Sat Dec 20 03:01:40 2008 +0000
1.2 +++ b/src/sh4/intc.c Tue May 10 20:31:14 2011 +1000
1.3 @@ -101,6 +101,8 @@
1.4 return MMIO_READ( INTC, reg & 0xFFF );
1.5 }
1.6
1.7 +MMIO_REGION_READ_DEFSUBFNS(INTC)
1.8 +
1.9 void INTC_reset()
1.10 {
1.11 int i;
.