X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fclock.cpp;h=9353b1aa0d6c831e422d51c57de60705f241a295;hb=f3e5bb2807319c210d124d6150e019130c54867b;hp=8ca3bc1d2f9d3a5f7c71a7e160f6d1bdf029c018;hpb=0031c06df2f7f099ca5ecf1632f46b92f6b0dd79;p=virtualjaguar diff --git a/src/clock.cpp b/src/clock.cpp index 8ca3bc1..9353b1a 100644 --- a/src/clock.cpp +++ b/src/clock.cpp @@ -1,41 +1,253 @@ // -// Clock handler +// System time handlers // -// by cal2 -// GCC/SDL port by Niels Wagenaar (Linux/WIN32) and Caz (BeOS) -// Cleanups by James L. Hammons +// by James L. Hammons // +// STILL TO DO: +// +// - Handling for an event that occurs NOW +// + +#include "clock.h" + +#include "log.h" + +#define EVENT_LIST_SIZE 512 + +/* +// Current execution path: + +do +{ + HandleJoystick + + // Execute one frame + + for(int i=0; i