X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftom.h;h=a484d78775ab9e3dc1306e2c89effbcd67e533de;hb=f0e50fb1d23805881b72d51ea603be78b645ec97;hp=ea7ce35124de3ddd5d0112f19ae01de22a678bfc;hpb=dd520b965a1e6531bd1d285494b223ab04c5368b;p=virtualjaguar diff --git a/src/tom.h b/src/tom.h index ea7ce35..a484d78 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 @@ -60,4 +61,6 @@ extern uint32 tomTimerPrescaler; extern uint32 tomTimerDivider; extern int32 tomTimerCounter; +extern uint32 tomDeviceWidth; + #endif // __TOM_H__