Search
lxdream.org :: lxdream/src/sh4/dmac.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/dmac.c
changeset 975:007bf7eb944f
prev929:fd8cb0c82f5f
author nkeynes
date Sun Feb 21 11:19:59 2010 +1000 (14 years ago)
permissions -rw-r--r--
last change Update sh4r.pc before doing the syscall - mainly so that debugging etc
statements come out with a useful PC value rather than the syscall id
file annotate diff log raw
1.1 --- a/src/sh4/dmac.c Sat Dec 20 03:01:40 2008 +0000
1.2 +++ b/src/sh4/dmac.c Sun Feb 21 11:19:59 2010 +1000
1.3 @@ -86,6 +86,7 @@
1.4 {
1.5 return MMIO_READ( DMAC, reg&0xFFF );
1.6 }
1.7 +MMIO_REGION_READ_DEFSUBFNS(DMAC)
1.8
1.9 MMIO_REGION_WRITE_FN( DMAC, reg, val )
1.10 {
.