]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/tom.h
Preliminary key handling using Qt key types.
[virtualjaguar] / src / tom.h
index ea7ce35124de3ddd5d0112f19ae01de22a678bfc..a484d78775ab9e3dc1306e2c89effbcd67e533de 100644 (file)
--- 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__