Search
lxdream.org :: lxdream :: r62:a1cb6dfefec1
lxdream 0.9.1
released Jun 29
Download Now
changeset62:a1cb6dfefec1
parent61:eb7a73c9bcae
child63:be4fec751961
authornkeynes
dateMon Jan 02 23:06:37 2006 +0000 (17 years ago)
Default 2D00 to 0 rather than 1
src/aica/aica.h
1.1 --- a/src/aica/aica.h Mon Jan 02 14:50:12 2006 +0000
1.2 +++ b/src/aica/aica.h Mon Jan 02 23:06:37 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: aica.h,v 1.5 2006-01-02 14:50:12 nkeynes Exp $
1.6 + * $Id: aica.h,v 1.6 2006-01-02 23:06:37 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 @@ -41,7 +41,7 @@
1.11 BYTE_PORT( 0x8AC, AICA_UNK4, PORT_MRW, 0, "AICA ??? 4" )
1.12 BYTE_PORT( 0x8B0, AICA_UNK5, PORT_MRW, 0, "AICA ??? 5" )
1.13 LONG_PORT( 0xC00, AICA_RESET,PORT_MRW, 1, "AICA reset" )
1.14 -LONG_PORT( 0xD00, AICA_IRQ, PORT_MR, 1, "AICA IRQ Pending" )
1.15 +LONG_PORT( 0xD00, AICA_IRQ, PORT_MR, 0, "AICA IRQ Pending" )
1.16 LONG_PORT( 0xD04, AICA_IRQCLEAR, PORT_MRW, 0, "AICA IRQ Clear" )
1.17 MMIO_REGION_END
1.18
.