X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgpu.cpp;fp=src%2Fgpu.cpp;h=e5855fea7eda560f68fcdc186f74b781febaf36d;hb=f7b2692b338aaf37470be0a1d0e5ae42c82e0c65;hp=09a664d6cce2fc07ab32393f8d0af80fc485dddc;hpb=04a4d0db6f20955f132491173c4ec8e11d1e5de1;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;