Search
lxdream.org :: lxdream/src/aica/aica.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/aica/aica.h
changeset 463:0655796f9bb5
prev301:1ace395139c3
next465:3bd7be575792
author nkeynes
date Wed Oct 24 21:24:09 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Implement channel position readback
file annotate diff log raw
1.1 --- a/src/aica/aica.h Wed Jan 17 09:37:22 2007 +0000
1.2 +++ b/src/aica/aica.h Wed Oct 24 21:24:09 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: aica.h,v 1.10 2007-01-17 09:37:22 nkeynes Exp $
1.6 + * $Id: aica.h,v 1.11 2007-10-24 21:24:09 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,6 +33,9 @@
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( 0x808, AICA_UNK7, PORT_MRW, 0, "AICA ??? 7" )
1.14 +LONG_PORT( 0x80C, AICA_CHANSEL, PORT_MRW, 0, "AICA channel select" )
1.15 +LONG_PORT( 0x810, AICA_CHANSTATE, PORT_MRW, 0, "AICA channel state" )
1.16 +LONG_PORT( 0x814, AICA_CHANPOSN, PORT_MRW, 0, "AICA channel position" )
1.17 LONG_PORT( 0x880, AICA_UNK6, PORT_MRW, 0, "AICA ??? 6" )
1.18 LONG_PORT( 0x890, AICA_TIMER, PORT_MRW, 0, "AICA Timer" )
1.19 LONG_PORT( 0x89C, AICA_UNK1, PORT_MRW, 0, "AICA ??? 1" )
.