# HG changeset patch # User nkeynes # Date 1137969725 0 # Node ID 939afb9f0f983e94d859d201315ea2d93ae9ae78 # Parent 0a1bd43fa4adbab3c70600261a05e140a84bd11a Add aica_enable() to aica-only-config --- a/src/dreamcast.c Sun Jan 22 22:41:40 2006 +0000 +++ b/src/dreamcast.c Sun Jan 22 22:42:05 2006 +0000 @@ -1,5 +1,5 @@ /** - * $Id: dreamcast.c,v 1.13 2006-01-10 13:59:35 nkeynes Exp $ + * $Id: dreamcast.c,v 1.14 2006-01-22 22:42:05 nkeynes Exp $ * Central switchboard for the system. This pulls all the individual modules * together into some kind of coherent structure. This is also where you'd * add Naomi support, if I ever get a board to play with... @@ -93,6 +93,7 @@ mem_create_ram_region( 0x00800000, 2 MB, MEM_REGION_AUDIO ); mem_create_ram_region( 0x00703000, 8 KB, MEM_REGION_AUDIO_SCRATCH ); dreamcast_register_module( &aica_module ); + aica_enable(); dreamcast_state = STATE_STOPPED; }