X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fclock.cpp;h=9353b1aa0d6c831e422d51c57de60705f241a295;hb=6d6e1b73eca47e97f2d092fda11ff85a10afb55b;hp=af6f543178db1f68bb428f983d5593e392cbb585;hpb=96ed13f3d9798210e68aa7ddd186e8f6f6f2e3c7;p=virtualjaguar diff --git a/src/clock.cpp b/src/clock.cpp index af6f543..9353b1a 100644 --- a/src/clock.cpp +++ b/src/clock.cpp @@ -1,43 +1,253 @@ // -// System time handler +// System time handlers // // by James L. Hammons // +// STILL TO DO: +// +// - Handling for an event that occurs NOW +// -#include "jaguar.h" #include "clock.h" +#include "log.h" + +#define EVENT_LIST_SIZE 512 + +/* +// Current execution path: + +do +{ + HandleJoystick + + // Execute one frame + + for(int i=0; i