Search
lxdream.org :: lxdream/src/bootstrap.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/bootstrap.h
changeset 88:0a1bd43fa4ad
prev26:ad258e3daaa5
next167:71c0cc416a64
author nkeynes
date Sat May 20 02:40:51 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Implement analog joystick (and make sure it defaults to centered)
file annotate diff log raw
1.1 --- a/src/bootstrap.h Sat Dec 24 08:02:18 2005 +0000
1.2 +++ b/src/bootstrap.h Sat May 20 02:40:51 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: bootstrap.h,v 1.2 2005-12-24 08:02:14 nkeynes Exp $
1.6 + * $Id: bootstrap.h,v 1.3 2006-01-22 22:41:40 nkeynes Exp $
1.7 *
1.8 * CD Bootstrap header parsing. Mostly for informational purposes.
1.9 *
1.10 @@ -26,6 +26,8 @@
1.11 extern "C" {
1.12 #endif
1.13
1.14 +#define DEFAULT_BOOTSTRAP_FILE "IP.BIN"
1.15 +
1.16 /**
1.17 * Dump the bootstrap info to the output log for infomational/debugging
1.18 * purposes.
.