]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/tom.h
And so with this revision, we commit massive breakage. We Apologize For The Inconveni...
[virtualjaguar] / src / tom.h
index 0c9511ee9cd9f80a2246bbb616f62fc02e74b84f..ea7ce35124de3ddd5d0112f19ae01de22a678bfc 100644 (file)
--- a/src/tom.h
+++ b/src/tom.h
@@ -56,5 +56,8 @@ void TOMResetBackbuffer(uint32 * backbuffer);
 extern uint32 tomWidth;
 extern uint32 tomHeight;
 extern uint8 tomRam8[];
+extern uint32 tomTimerPrescaler;
+extern uint32 tomTimerDivider;
+extern int32 tomTimerCounter;
 
 #endif // __TOM_H__