Search
lxdream.org :: lxdream/src/eventq.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/eventq.c
changeset 586:2a3ba82cf243
prev422:61a0598e07ff
next674:377d987db8f2
author nkeynes
date Fri Mar 28 12:32:25 2008 +0000 (16 years ago)
permissions -rw-r--r--
last change Merge lxdream-render branch (643:670) to trunk
file annotate diff log raw
1.1 --- a/src/eventq.c Sat Oct 06 09:03:24 2007 +0000
1.2 +++ b/src/eventq.c Fri Mar 28 12:32:25 2008 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: eventq.c,v 1.2 2007-10-06 08:59:42 nkeynes Exp $
1.6 + * $Id$
1.7 *
1.8 * Simple implementation of one-shot timers. Effectively this allows IO
1.9 * devices to wait until a particular time before completing. We expect
1.10 @@ -23,7 +23,7 @@
1.11 #include "dreamcast.h"
1.12 #include "eventq.h"
1.13 #include "asic.h"
1.14 -#include "sh4core.h"
1.15 +#include "sh4.h"
1.16
1.17 #define LONG_SCAN_PERIOD 1000000000 /* 1 second */
1.18
.