X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fclock.cpp;h=9353b1aa0d6c831e422d51c57de60705f241a295;hb=f3e5bb2807319c210d124d6150e019130c54867b;hp=a1f4dad882b8745cb5b298152378706f8e82b13c;hpb=59e2775932d3f660514145f416770ea72f1c5a3d;p=virtualjaguar diff --git a/src/clock.cpp b/src/clock.cpp index a1f4dad..9353b1a 100644 --- a/src/clock.cpp +++ b/src/clock.cpp @@ -8,18 +8,10 @@ // - Handling for an event that occurs NOW // -//#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" +#include "log.h" + #define EVENT_LIST_SIZE 512 /* @@ -175,39 +167,6 @@ void HandleNextEvent(void) } - -/*void clock_reset(void) -{ -} - -void clock_init(void) -{ - clock_reset(); -} - -void clock_done(void) -{ -} - -void clock_byte_write(uint32 offset, uint8 data) -{ -} - -void clock_word_write(uint32 offset, uint16 data) -{ -} - -uint8 clock_byte_read(uint32 offset) -{ - return 0xFF; -} - -uint16 clock_word_read(uint32 offset) -{ - return 0xFFFF; -}*/ - - /* void OPCallback(void) {