Search
lxdream.org :: lxdream/src/aica/aica.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/aica/aica.h
changeset 301:1ace395139c3
prev131:4c25f1b20664
next463:0655796f9bb5
author nkeynes
date Sat Oct 06 09:03:24 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Fix compilation warnings
file annotate diff log raw
1.1 --- a/src/aica/aica.h Thu Mar 30 11:27:11 2006 +0000
1.2 +++ b/src/aica/aica.h Sat Oct 06 09:03:24 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: aica.h,v 1.9 2006-03-30 11:27:11 nkeynes Exp $
1.6 + * $Id: aica.h,v 1.10 2007-01-17 09:37:22 nkeynes Exp $
1.7 *
1.8 * MMIO definitions for the AICA sound chip. Note that the regions defined
1.9 * here are relative to the SH4 memory map (0x00700000 based), rather than
1.10 @@ -48,6 +48,7 @@
1.11 MMIO_REGION_BEGIN( 0x00710000, AICARTC, "AICA Sound System RTC" )
1.12 LONG_PORT( 0x000, AICA_RTCHI, PORT_R, 0, "RTC High 16-bits" )
1.13 LONG_PORT( 0x004, AICA_RTCLO, PORT_R, 0, "RTC Low 16-bits" )
1.14 + LONG_PORT( 0x008, AICA_RTCEN, PORT_W, 0, "RTC write enable" )
1.15 MMIO_REGION_END
1.16
1.17 MMIO_REGION_LIST_BEGIN( spu )
.