]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/tom.cpp
And so with this revision, we commit massive breakage. We Apologize For The Inconveni...
[virtualjaguar] / src / tom.cpp
index 5c236a01d13740caa99a0cf1f7c34bb5716857bf..36f3d8bbe6c3f1ec6767a60cf66e193e854b5d26 100644 (file)
 
 uint8 tomRam8[0x4000];
 uint32 tomWidth, tomHeight;
-static uint32 tom_timer_prescaler;
-static uint32 tom_timer_divider;
-static int32 tom_timer_counter;
+uint32 tomTimerPrescaler;
+uint32 tomTimerDivider;
+int32 tomTimerCounter;
 //uint32 tom_scanline;
 //uint32 hblankWidthInPixels = 0;
 uint16 tom_jerry_int_pending, tom_timer_int_pending, tom_object_int_pending,