--- a/src/sh4/scif.c Thu Dec 22 13:57:26 2005 +0000 +++ b/src/sh4/scif.c Fri Dec 23 11:44:55 2005 +0000 @@ -1,5 +1,5 @@ /** - * $Id: scif.c,v 1.3 2005-12-22 13:57:26 nkeynes Exp $ + * $Id: scif.c,v 1.4 2005-12-23 11:44:55 nkeynes Exp $ * SCIF (Serial Communication Interface with FIFO) implementation - part of the * SH4 standard on-chip peripheral set. The SCIF is hooked up to the DCs * external serial port @@ -609,3 +609,9 @@ } SCIF_rcvd_last_tick = rcvd; } + +void SCIF_run_slice( int microsecs ) +{ + /* TODO */ + SCIF_clock_tick(); +}