Search
lxdream.org :: lxdream/src/bootstrap.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/bootstrap.h
changeset 167:71c0cc416a64
prev88:0a1bd43fa4ad
next422:61a0598e07ff
author nkeynes
date Sat Jan 06 04:06:36 2007 +0000 (17 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/bootstrap.h Sun Jan 22 22:41:40 2006 +0000
1.2 +++ b/src/bootstrap.h Sat Jan 06 04:06:36 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: bootstrap.h,v 1.3 2006-01-22 22:41:40 nkeynes Exp $
1.6 + * $Id: bootstrap.h,v 1.4 2006-06-19 11:00:40 nkeynes Exp $
1.7 *
1.8 * CD Bootstrap header parsing. Mostly for informational purposes.
1.9 *
1.10 @@ -26,13 +26,13 @@
1.11 extern "C" {
1.12 #endif
1.13
1.14 -#define DEFAULT_BOOTSTRAP_FILE "IP.BIN"
1.15 +#include "dream.h"
1.16
1.17 /**
1.18 * Dump the bootstrap info to the output log for infomational/debugging
1.19 * purposes.
1.20 */
1.21 -void bootstrap_dump(char *data);
1.22 +void bootstrap_dump(char *data, gboolean detail);
1.23
1.24 #ifdef __cplusplus
1.25 }
.