Search
lxdream.org :: lxdream/src/dreamcast.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dreamcast.c
changeset 480:d28c2992f5ee
prev477:9a373f2ff009
next543:361ec0a70cf2
author nkeynes
date Sun Nov 04 05:07:49 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Test for presence of linux/cdrom.h at configure time, and only build the
linux driver if it's found successfully
file annotate diff log raw
1.1 --- a/src/dreamcast.c Wed Oct 31 09:10:23 2007 +0000
1.2 +++ b/src/dreamcast.c Sun Nov 04 05:07:49 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: dreamcast.c,v 1.27 2007-10-31 09:10:23 nkeynes Exp $
1.6 + * $Id: dreamcast.c,v 1.28 2007-10-31 11:53:35 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 @@ -307,7 +307,6 @@
1.11 int dreamcast_load_state( const gchar *filename )
1.12 {
1.13 int i,j;
1.14 - uint32_t len;
1.15 int module_count;
1.16 int have_read[MAX_MODULES];
1.17
.