X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgpu.h;h=9d3260f778af10067c9ee25f6f7fa110df6781a6;hb=e68c334af31779da826f7876a3af487c2e96c3f6;hp=65485447107ea1cf9fd191bbe6c350861263ebc7;hpb=d239de704f276a75d927900e3d413a44cc87116c;p=virtualjaguar diff --git a/src/gpu.h b/src/gpu.h index 6548544..9d3260f 100644 --- 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__