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 Mon Jun 08 04:12:21 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change General cleanup of the GD-rom subsystem
- merge gdrom_image_t and gdrom_disc_t
- Abstract MMC devices using a lower-level scsi transport
- OSX: only look at the whole disc device, and ignore partitions
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 Mon Jun 08 04:12:21 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 {
.