]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/clock.cpp
Fixed fullscreen<-->windowed mode swith in OpenGL mode, phase one of
[virtualjaguar] / src / clock.cpp
index a1f4dad882b8745cb5b298152378706f8e82b13c..9353b1aa0d6c831e422d51c57de60705f241a295 100644 (file)
@@ -8,18 +8,10 @@
 // - Handling for an event that occurs NOW
 //
 
-//#include <SDL.h>
-//#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)
 {