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 Jun 13 07:12:51 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Load plugins from the directory containing the executable first if they're there -
simplifies development testing.
Add dummy plugin for easy identification of the plugin directory
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 Jun 13 07:12:51 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;
.