]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gpu.h
Fix to M68K core vs. DSP thread sync problem.
[virtualjaguar] / src / gpu.h
index 65485447107ea1cf9fd191bbe6c350861263ebc7..9d3260f778af10067c9ee25f6f7fa110df6781a6 100644 (file)
--- a/src/gpu.h
+++ b/src/gpu.h
@@ -5,7 +5,8 @@
 #ifndef __GPU_H__
 #define __GPU_H__
 
-#include "types.h"
+//#include "types.h"
+#include "memory.h"
 
 #define GPU_CONTROL_RAM_BASE    0x00F02100
 #define GPU_WORK_RAM_BASE              0x00F03000
@@ -34,4 +35,8 @@ uint32 GPUReadPC(void);
 
 enum { GPUIRQ_CPU = 0, GPUIRQ_DSP, GPUIRQ_TIMER, GPUIRQ_OBJECT, GPUIRQ_BLITTER };
 
+// Exported vars
+
+extern uint32 gpu_reg_bank_0[], gpu_reg_bank_1[];
+
 #endif // __GPU_H__