revision 62:a1cb6dfefec1
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 62:a1cb6dfefec1 |
parent | 61:eb7a73c9bcae |
child | 63:be4fec751961 |
author | nkeynes |
date | Mon Jan 02 23:06:37 2006 +0000 (17 years ago) |
Default 2D00 to 0 rather than 1
![]() | src/aica/aica.h | view | annotate | diff | log |
1.1 --- a/src/aica/aica.h Mon Jan 02 14:50:12 2006 +00001.2 +++ b/src/aica/aica.h Mon Jan 02 23:06:37 2006 +00001.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 defined1.9 * here are relative to the SH4 memory map (0x00700000 based), rather than1.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
.