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 Fri Dec 02 18:14:27 2011 +1000 (12 years ago)
permissions -rw-r--r--
last change Handle calls to sh4_disasm_instruction when the memory isn't mapped
(as can happen if we try to print a translated block that's been unmapped)
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 Fri Dec 02 18:14:27 2011 +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 {
.