]> Shamusworld >> Repos - virtualjaguar/commitdiff
Changes for 1.0.6 update
authorShamus Hammons <jlhamm@acm.org>
Thu, 11 Sep 2003 18:47:50 +0000 (18:47 +0000)
committerShamus Hammons <jlhamm@acm.org>
Thu, 11 Sep 2003 18:47:50 +0000 (18:47 +0000)
docs/WHATSNEW

index e19ae228eaf79287d93d93afae2c7f001c17d96f..2c30350bca8b1359d33733aafd14d873c86d7bc2 100644 (file)
@@ -14,6 +14,11 @@ Virtual Jaguar v1.0.6 GCC/SDL
 * Preliminary GUI mouse support. [Shamus]
 * Fixed an off-by-one bug in the Object Processor when dealing with scaled
   bitmap objects. [Shamus]
+* Fully virtualized screen size. What this means is that we can keep the
+  Jagaur screen displayed in a convenient size (320 x 240) and the graphics
+  that various ROMs display will now be properly centered (more or less, they
+  were really centered for a TV display). [Shamus]
+* Border color is now displayed properly. [Shamus]
 
 
 Virtual Jaguar v1.0.5 GCC/SDL