From: Shamus Hammons Date: Sat, 6 Aug 2005 03:22:41 +0000 (+0000) Subject: Update for 1.1.0 release X-Git-Tag: 2.0.0~84 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=2cb7c92948c4c6ed261e028d817e1d854b9dcb20;p=virtualjaguar Update for 1.1.0 release --- diff --git a/docs/WHATSNEW b/docs/WHATSNEW index 2c9afd6..48ecf25 100644 --- a/docs/WHATSNEW +++ b/docs/WHATSNEW @@ -5,6 +5,10 @@ Virtual Jaguar v1.0.8 GCC/SDL 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