Search
lxdream.org :: lxdream/src/dreamcast.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dreamcast.c
changeset 89:939afb9f0f98
prev71:fcde57dbf968
next144:7f0714e89aaa
author nkeynes
date Thu Mar 16 12:42:39 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Various fixes to make tatest work
file annotate diff log raw
1.1 --- a/src/dreamcast.c Tue Jan 10 13:59:35 2006 +0000
1.2 +++ b/src/dreamcast.c Thu Mar 16 12:42:39 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: dreamcast.c,v 1.13 2006-01-10 13:59:35 nkeynes Exp $
1.6 + * $Id: dreamcast.c,v 1.14 2006-01-22 22:42:05 nkeynes Exp $
1.7 * Central switchboard for the system. This pulls all the individual modules
1.8 * together into some kind of coherent structure. This is also where you'd
1.9 * add Naomi support, if I ever get a board to play with...
1.10 @@ -93,6 +93,7 @@
1.11 mem_create_ram_region( 0x00800000, 2 MB, MEM_REGION_AUDIO );
1.12 mem_create_ram_region( 0x00703000, 8 KB, MEM_REGION_AUDIO_SCRATCH );
1.13 dreamcast_register_module( &aica_module );
1.14 + aica_enable();
1.15 dreamcast_state = STATE_STOPPED;
1.16 }
1.17
.