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 nkeynes
date Sat Apr 11 03:28:01 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Update sh4_translate_end_block_size() to have the correct backpatch sizes
(with recent changes there)
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 Sat Apr 11 03:28:01 2009 +0000
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;
.