X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftom.h;h=03bd830d8a3ab698a7e34de82e624775cd9b492a;hb=7de4f207c14185e6fceb8f6b0c63e7ec5bb5d546;hp=0c9511ee9cd9f80a2246bbb616f62fc02e74b84f;hpb=d239de704f276a75d927900e3d413a44cc87116c;p=virtualjaguar diff --git a/src/tom.h b/src/tom.h index 0c9511e..03bd830 100644 --- a/src/tom.h +++ b/src/tom.h @@ -6,7 +6,8 @@ #define __TOM_H__ //#include "jaguar.h" -#include "types.h" +//#include "types.h" +#include "memory.h" #define VIDEO_MODE_16BPP_CRY 0 #define VIDEO_MODE_24BPP_RGB 1 @@ -56,5 +57,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__