filename | src/dreamcast.c |
changeset | 265:5daf59b7f31b |
prev | 180:e6dcf9b65658 |
next | 277:fcc1274776cb |
author | nkeynes |
date | Sat Jan 06 04:06:36 2007 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Implement event queue. Fix pvr2 timing (yes, again). |
file | annotate | diff | log | raw |
1.1 --- a/src/dreamcast.c Sun Jul 02 04:59:00 2006 +00001.2 +++ b/src/dreamcast.c Sat Jan 06 04:06:36 2007 +00001.3 @@ -1,5 +1,5 @@1.4 /**1.5 - * $Id: dreamcast.c,v 1.18 2006-07-02 04:59:00 nkeynes Exp $1.6 + * $Id: dreamcast.c,v 1.19 2007-01-06 04:06:36 nkeynes Exp $1.7 * Central switchboard for the system. This pulls all the individual modules1.8 * together into some kind of coherent structure. This is also where you'd1.9 * add Naomi support, if I ever get a board to play with...1.10 @@ -58,6 +58,7 @@1.11 */1.12 void dreamcast_configure( )1.13 {1.14 + dreamcast_register_module( &eventq_module );1.15 /* Register the memory framework */1.16 dreamcast_register_module( &mem_module );
.