X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgpu.cpp;h=e5855fea7eda560f68fcdc186f74b781febaf36d;hb=e68c334af31779da826f7876a3af487c2e96c3f6;hp=09a664d6cce2fc07ab32393f8d0af80fc485dddc;hpb=9142b5bd766e924e92f0aab1c0d9a34c5170a931;p=virtualjaguar diff --git a/src/gpu.cpp b/src/gpu.cpp index 09a664d..e5855fe 100644 --- a/src/gpu.cpp +++ b/src/gpu.cpp @@ -323,8 +323,8 @@ static uint32 gpu_div_control; // a bit before writing a result. I.e., if the result of an operation leaves a zero in // the carry flag, you don't have to zero gpu_flag_c before you can write that zero! static uint8 gpu_flag_z, gpu_flag_n, gpu_flag_c; -static uint32 gpu_reg_bank_0[32]; -static uint32 gpu_reg_bank_1[32]; +uint32 gpu_reg_bank_0[32]; +uint32 gpu_reg_bank_1[32]; static uint32 * gpu_reg; static uint32 * gpu_alternate_reg;