X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgpu.cpp;h=09a664d6cce2fc07ab32393f8d0af80fc485dddc;hb=e82391f9b8113450e84d7178b61076f54e7cfa81;hp=02fa112a37281ca310b7925de28b3b550b3458bb;hpb=9af4fb023287b26dce01a36c65c9e30f56481051;p=virtualjaguar diff --git a/src/gpu.cpp b/src/gpu.cpp index 02fa112..09a664d 100644 --- a/src/gpu.cpp +++ b/src/gpu.cpp @@ -780,6 +780,7 @@ WriteLog("GPU: %s setting GPU PC to %08X %s\n", whoName[who], gpu_pc, (GPU_RUNNI { //WriteLog("asked to perform a single step (single step is %senabled)\n",(data&0x8)?"":"not "); } + gpu_control = (gpu_control & 0xF7C0) | (data & (~0xF7C0)); // if gpu wasn't running but is now running, execute a few cycles