Search
lxdream.org :: lxdream/src/aica/aica.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/aica/aica.h
changeset 40:852ee31ace0d
prev11:0a82ef380c45
next44:8da2cbcffe24
author nkeynes
date Mon Dec 26 10:48:55 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Remove the temporary ASIC log line
file annotate diff log raw
1.1 --- a/src/aica/aica.h Sun Dec 11 12:00:09 2005 +0000
1.2 +++ b/src/aica/aica.h Mon Dec 26 10:48:55 2005 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: aica.h,v 1.1 2005-12-11 12:00:09 nkeynes Exp $
1.6 + * $Id: aica.h,v 1.2 2005-12-26 10:48:20 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 @@ -29,9 +29,10 @@
1.11 MMIO_REGION_END
1.12
1.13 MMIO_REGION_BEGIN( 0x00702000, AICA2, "AICA Sound System Control" )
1.14 -LONG_PORT( 0x040, VOLLEFT, PORT_MRW, 0, "Volume left" )
1.15 -LONG_PORT( 0x044, VOLRIGHT, PORT_MRW, 0, "Volume right" )
1.16 -LONG_PORT( 0x800, AICA_CTRL, PORT_MRW, UNDEFINED, "AICA control" )
1.17 +LONG_PORT( 0x040, CDDA_VOL_L, PORT_MRW, 0, "CDDA Volume left" )
1.18 +LONG_PORT( 0x044, CDDA_VOL_R, PORT_MRW, 0, "CDDA Volume right" )
1.19 +LONG_PORT( 0x800, VOL_MASTER, PORT_MRW, UNDEFINED, "Master volume" )
1.20 +LONG_PORT( 0x890, AICA_TIMER, PORT_MRW, 0, "IRQ Timer (?)" )
1.21 LONG_PORT( 0xC00, AICA_RESET,PORT_MRW, 0, "AICA reset" )
1.22 MMIO_REGION_END
1.23
.