Search
lxdream.org :: lxdream/src/sh4/scif.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/scif.c
changeset 975:007bf7eb944f
prev929:fd8cb0c82f5f
next1077:136fc24d17ef
author nkeynes
date Thu Mar 05 21:42:35 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Cleanup ABI headers - most of the content made consistent between versions, and moved into sh4x86.in proper
file annotate diff log raw
1.1 --- a/src/sh4/scif.c Sat Dec 20 03:01:40 2008 +0000
1.2 +++ b/src/sh4/scif.c Thu Mar 05 21:42:35 2009 +0000
1.3 @@ -465,6 +465,8 @@
1.4 return MMIO_READ( SCIF, reg );
1.5 }
1.6 }
1.7 +MMIO_REGION_READ_DEFSUBFNS(SCIF)
1.8 +
1.9
1.10 MMIO_REGION_WRITE_FN( SCIF, reg, val )
1.11 {
.