Search
lxdream.org :: lxdream/src/sh4/scif.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/scif.c
changeset 35:21a4be098304
prev32:bf0bc2c524b8
next54:d8b73031289c
author nkeynes
date Thu Dec 29 12:52:29 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Rewrite timer to be more accurate, also support cycle precision in the future
file annotate diff log raw
1.1 --- a/src/sh4/scif.c Mon Dec 26 03:10:23 2005 +0000
1.2 +++ b/src/sh4/scif.c Thu Dec 29 12:52:29 2005 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: scif.c,v 1.6 2005-12-26 03:10:23 nkeynes Exp $
1.6 + * $Id: scif.c,v 1.7 2005-12-26 03:54:55 nkeynes Exp $
1.7 * SCIF (Serial Communication Interface with FIFO) implementation - part of the
1.8 * SH4 standard on-chip peripheral set. The SCIF is hooked up to the DCs
1.9 * external serial port
1.10 @@ -25,7 +25,6 @@
1.11 #include "intc.h"
1.12 #include "clock.h"
1.13 #include "serial.h"
1.14 -#include "modules.h"
1.15
1.16 void SCIF_set_break(void);
1.17
.