Search
lxdream.org :: lxdream/src/aica/aica.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/aica/aica.h
changeset 46:30d123047e16
prev44:8da2cbcffe24
next61:eb7a73c9bcae
author nkeynes
date Wed Dec 28 22:50:08 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Grr, irq/fiq mask was backwards, fixed
file annotate diff log raw
1.1 --- a/src/aica/aica.h Mon Dec 26 11:52:56 2005 +0000
1.2 +++ b/src/aica/aica.h Wed Dec 28 22:50:08 2005 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: aica.h,v 1.3 2005-12-26 11:52:56 nkeynes Exp $
1.6 + * $Id: aica.h,v 1.4 2005-12-27 08:42:57 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 @@ -33,7 +33,13 @@
1.11 LONG_PORT( 0x044, CDDA_VOL_R, PORT_MRW, 0, "CDDA Volume right" )
1.12 LONG_PORT( 0x800, VOL_MASTER, PORT_MRW, UNDEFINED, "Master volume" )
1.13 LONG_PORT( 0x890, AICA_TIMER, PORT_MRW, 0, "IRQ Timer (?)" )
1.14 +LONG_PORT( 0x89C, AICA_UNK1, PORT_MRW, 0, "AICA ??? 1" )
1.15 +LONG_PORT( 0x8A4, AICA_UNK2, PORT_MRW, 0, "AICA ??? 2" )
1.16 +BYTE_PORT( 0x8A8, AICA_UNK3, PORT_MRW, 0, "AICA ??? 3" )
1.17 +BYTE_PORT( 0x8AC, AICA_UNK4, PORT_MRW, 0, "AICA ??? 4" )
1.18 +BYTE_PORT( 0x8B0, AICA_UNK5, PORT_MRW, 0, "AICA ??? 5" )
1.19 LONG_PORT( 0xC00, AICA_RESET,PORT_MRW, 1, "AICA reset" )
1.20 +LONG_PORT( 0xD04, AICA_UNK6, PORT_MRW, 0, "AICA ??? 6" )
1.21 MMIO_REGION_END
1.22
1.23 MMIO_REGION_LIST_BEGIN( spu )
.