X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=docs%2FWHATSNEW;h=48ecf25f78f90a1b1715e6ac5bb662601587e514;hb=2cb7c92948c4c6ed261e028d817e1d854b9dcb20;hp=4338b3bf6e4e5a44ca7ef4e6d8d78330d5ea7634;hpb=ac0d85f284c606a9daa03feac85990b4aa15f707;p=virtualjaguar diff --git a/docs/WHATSNEW b/docs/WHATSNEW index 4338b3b..48ecf25 100644 --- a/docs/WHATSNEW +++ b/docs/WHATSNEW @@ -1,3 +1,16 @@ +Virtual Jaguar v1.0.8 GCC/SDL +----------------------------- + +* Switched OpenGL rendering to 32 BPP. This is not only how a real Jaguar + renders graphics, but it also gives VJ a nice speed boost. ;-) [Shamus] +* Changed execution to a time-based solution so that timers and IRQs and + such can happen when they're supposed to. [Shamus] +* Fixed blitter writes so that Intensity[0-3] and Z[0-3] are written in the + correct order. [Shamus] +* Rewrote blitter to conform the the Oberon ASIC nets. This should fix a + bunch of stuff that wasn't working correctly before. + + Virtual Jaguar v1.0.7 GCC/SDL -----------------------------