# HG changeset patch # User nkeynes # Date 1136243197 0 # Node ID a1cb6dfefec1b25c718c7077cbc994cc8e186430 # Parent eb7a73c9bcaeb41c05cf28b64bcef41fe1056abc Default 2D00 to 0 rather than 1 --- a/src/aica/aica.h Mon Jan 02 14:50:12 2006 +0000 +++ b/src/aica/aica.h Mon Jan 02 23:06:37 2006 +0000 @@ -1,5 +1,5 @@ /** - * $Id: aica.h,v 1.5 2006-01-02 14:50:12 nkeynes Exp $ + * $Id: aica.h,v 1.6 2006-01-02 23:06:37 nkeynes Exp $ * * MMIO definitions for the AICA sound chip. Note that the regions defined * here are relative to the SH4 memory map (0x00700000 based), rather than @@ -41,7 +41,7 @@ BYTE_PORT( 0x8AC, AICA_UNK4, PORT_MRW, 0, "AICA ??? 4" ) BYTE_PORT( 0x8B0, AICA_UNK5, PORT_MRW, 0, "AICA ??? 5" ) LONG_PORT( 0xC00, AICA_RESET,PORT_MRW, 1, "AICA reset" ) -LONG_PORT( 0xD00, AICA_IRQ, PORT_MR, 1, "AICA IRQ Pending" ) +LONG_PORT( 0xD00, AICA_IRQ, PORT_MR, 0, "AICA IRQ Pending" ) LONG_PORT( 0xD04, AICA_IRQCLEAR, PORT_MRW, 0, "AICA IRQ Clear" ) MMIO_REGION_END