1.1 --- a/src/aica/aica.c Sun Dec 11 12:00:09 2005 +0000
1.2 +++ b/src/aica/aica.c Mon Dec 12 13:11:11 2005 +0000
1.5 - * $Id: aica.c,v 1.1 2005-12-11 12:00:09 nkeynes Exp $
1.6 + * $Id: aica.c,v 1.2 2005-12-12 13:11:11 nkeynes Exp $
1.8 * This is the core sound system (ie the bit which does the actual work)
1.14 +#include "modules.h"
1.20 MMIO_REGION_READ_DEFFN( AICA1 )
1.21 MMIO_REGION_READ_DEFFN( AICA2 )
1.23 +struct dreamcast_module aica_module = { "AICA", aica_init, aica_reset, NULL, NULL,
1.27 * Initialize the AICA subsystem. Note requires that
1.29 void aica_init( void )
1.31 + mem_create_ram_region( 0x00800000, 2 MB, MEM_REGION_AUDIO );
1.32 + mem_create_ram_region( 0x00703000, 8 KB, MEM_REGION_AUDIO_SCRATCH ); /*???*/
1.33 register_io_regions( mmio_list_spu );
1.34 MMIO_NOTRACE(AICA0);
1.35 MMIO_NOTRACE(AICA1);