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