Search
lxdream.org :: lxdream/src/bios.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/bios.c
changeset 586:2a3ba82cf243
prev502:c4ecae2b1b5e
next736:a02d1475ccfd
author nkeynes
date Sun Jun 01 00:46:15 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Build tests as part of make check, not make all
file annotate diff log raw
1.1 --- a/src/bios.c Thu Nov 08 11:54:16 2007 +0000
1.2 +++ b/src/bios.c Sun Jun 01 00:46:15 2008 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: bios.c,v 1.5 2007-11-08 11:54:16 nkeynes Exp $
1.6 + * $Id$
1.7 *
1.8 * "Fake" BIOS functions, for operation without the actual BIOS.
1.9 *
1.10 @@ -20,7 +20,7 @@
1.11 #include "mem.h"
1.12 #include "syscall.h"
1.13 #include "dreamcast.h"
1.14 -#include "sh4/sh4core.h"
1.15 +#include "sh4/sh4.h"
1.16
1.17 #define COMMAND_QUEUE_LENGTH 16
1.18
.