]> Shamusworld >> Repos - virtualjaguar/blob - docs/WHATSNEW
2.0.2 release.
[virtualjaguar] / docs / WHATSNEW
1 Virtual Jaguar v2.0.2 GCC/Qt
2 ----------------------------
3
4 * Fixed problem on OP with 24BPP bitmaps. [Shamus]
5 * Cosmetic GUI fixes. [Shamus]
6 * Switched to UAE 68000 CPU core. [Shamus]
7 * Fixed some RISC STORE and LOAD alignment issues. Still need to verify against
8   real hardware. [Shamus]
9 * Fixed video frame timing for both NTSC *and* PAL. [Shamus]
10 * Improved OP logging, added emulation of OP bug. [Shamus]
11 * Fixed addressing bug with UAE 68000 core. [Shamus]
12
13
14 Virtual Jaguar v2.0.1 GCC/Qt
15 ----------------------------
16
17 * Fixed NTSC timings; they were hardwired to PAL rates. [Shamus]
18 * Fixed possible missing trailing slash on path fields input by user. [Shamus]
19 * Fixed exit hotkey to work on Win32. [Shamus]
20 * Changed PAL/NTSC switch to only work when virtual machine is powered off.
21   [Shamus]
22 * Miscellaneous documentation fixes. [Shamus]
23
24
25 Virtual Jaguar v2.0.0 GCC/Qt
26 ----------------------------
27
28 * Switched GUI to Qt. And there was much rejoicing. ;-) [Shamus]
29 * Added detection code to fish out files from inside ZIP archives. What this
30   means is that now you can have other goodies inside of your ROM ZIP like
31   labels, box art, and overlays. See built-in help for details. [Shamus]
32 * Various usability improvements, too many to list here. ;-) [Shamus]
33 * Various compatibility improvements to the Jaguar core, too many to list
34   here. ;-) [Shamus]
35
36
37 Virtual Jaguar v1.1.0 GCC/SDL (r299 - Never officially released)
38 ----------------------------------------------------------------
39
40 * Switched OpenGL rendering to 32 BPP. This is not only how a real Jaguar
41   renders graphics, but it also gives VJ a nice speed boost. ;-) [Shamus]
42 * Changed execution to a time-based solution so that timers and IRQs and
43   such can happen when they're supposed to. [Shamus]
44 * Fixed blitter writes so that Intensity[0-3] and Z[0-3] are written in the
45   correct order. [Shamus]
46 * Major rewrite of blitter to conform the the TOM ASIC nets. This should fix a
47   bunch of stuff that wasn't working correctly before. [Shamus]
48 * Fixed writes to 64 bit blitter registers. [Shamus]
49 * Refactored GUI to be more maintainable, better looking and more responsive.
50   [Shamus]
51
52
53 Virtual Jaguar v1.0.7 GCC/SDL
54 -----------------------------
55
56 * Various fixes to make for smoother compilation on MacOS. [Adam Green]
57 * Fixes to filetype parsing. VJ now properly recognizes .abs, .jag, .rom,
58   and .j64 files--be sure to check the README for the gory details! [Shamus]
59 * Added a kludge to allow homebrew demos to run without a Stubulator ROM and
60   without crashing the emulator. [Shamus]
61 * Fixed a blitter intensity addition problem. This fixes the title in Hover
62   Strike and the road/shadows in Checkered Flag. [Shamus]
63 * Partially fixed a problem with the SUBC opcode in the RISC processors. This
64   allows Hover Strike, Phase Zero and Fight For Life to boot into their title
65   screens and makes them somewhat playable. [Shamus]
66 * Fixed a horizontal scaling problem in the OP and the off-by-one bug that it
67   reintroduced. This fixes the road in Atari Karts and probably a few others.
68   [Shamus]
69 * Fixed a long standing blitter bug that kept certain doors in AvP from
70   rendering correctly. [Shamus]
71 * Fixed some vertical positioning bugs in the OP. Now Checkered Flag, Alien
72   vs Predator and probably others now work as they should (graphically ;-)
73   [Caz]
74 * Better GUI support. Most options in the GUI work now, and more are expected
75   to be functional in the near future. [Shamus]
76 * Fixed a few more lingering blitter bugs (there are more to be found). This
77   fixes most of the glitches in Cybermorph and Alien vs Predator. [Shamus]
78 * Fixed an Object Processor scaled bitmap bug that caused incorrect
79   positioning of scaled bitmaps that started outside the line buffer, and
80   also fixed a problem that caused the OP to hang in certain situations. This
81   fixes Bubsy, International Sensible Soccer, and probably a few others.
82   [Shamus]
83 * Cleaned up various bits of video rendering related code. [nwagenaar]
84 * Added support for OpenGL textures with a depth of 16bpp, 24bpp or 32bpp.
85   [nwagenaar]
86 * Rewrote several OpenGL related rendering code concerning the new OpenGL
87   texture depths and texture sizes. [nwagenaar]
88 * Rewrote several OpenGL rendering functions concerning speed related items.
89   [nwagenaar]
90 * Several bugs resolved due to OpenGL and normal rendering code. [nwagenaar]
91 * Default resolution for OpenGL is now 640x480. [nwagenaar]
92
93
94 Virtual Jaguar v1.0.6 GCC/SDL
95 -----------------------------
96
97 * Added support for gzipped ROM files. [Adam Green]
98 * Added OpenGL support. Because of this, aspect ratios in the various
99   graphic modes should be correct now. Thanks goes to Niels for enlightenment
100   in this area. :-) [Shamus]
101 * Moved all platform specific video code to video.cpp. This should make it
102   easier to add functionality to the video subsystem without having to chase
103   code around in places where it didn't belong. [Shamus]
104 * Key bindings are now customizable. [Shamus]
105 * VJ now uses a config file (vj.cfg) for commonly used settings. Settings in
106   the config file can still be overridden by command line switches. [Shamus]
107 * Preliminary GUI mouse support. [Shamus]
108 * Fixed an off-by-one bug in the Object Processor when dealing with scaled
109   bitmap objects. [Shamus]
110 * Fully virtualized screen size. What this means is that we can keep the
111   Jagaur screen displayed in a convenient size (320 x 240) and the graphics
112   that various ROMs display will now be properly centered (more or less, they
113   were really centered for a TV display). [Shamus]
114 * Border color is now displayed properly. [Shamus]
115 * Fully pipelined DSP core. Because of this, Wolfenstein 3D now has sound. To
116   use the old core, use the -nopipeline switch. [Shamus]
117
118
119 Virtual Jaguar v1.0.5 GCC/SDL
120 -----------------------------
121
122 * Various fixes to the codebase so that it compiles and works properly on
123   Linux. :-) The makefiles are almost identical now, the only thing that's
124   different between them are the SYSTYPE and EXESUFFIX variables defined at
125   the top. [Shamus]
126 * Fixed a pernicious blitter bug that kept Rayman from doing proper collision
127   detection. [Shamus]
128 * Added a simple file selector so that typing in long filenames in order to
129   run the emulator is no longer necessary. :-) To use it, instead of
130   supplying a ROM name, simply put in the name of the directory where your
131   ROMs live. [Shamus]
132 * Removed all the assembly language code from the DSP, so it should be a
133   little less buggy now. Also, removed some brain-dead timeslice releasing
134   that was causing a bunch of problems with various ROMs. [Shamus]
135 * Added sound support! In order to hear any sound, you probably have to
136   start VJ with the -dspon switch. Also, unless you have a very fast computer
137   the sound is going to be choppy. Hopefully future optimizations will cure
138   this. ;-) [Shamus]
139 * Added GUI support. You can see the results by hitting the TAB key while the
140   emulator is running. ;-) [Shamus]
141 * Lots of cleanups to the source code including the ability to trace who
142   writes what to where. [Shamus]
143
144
145 Virtual Jaguar v1.0.4 GCC/SDL - source only release
146 ---------------------------------------------------
147
148 * Lots of bugfixes. [Shamus]
149 * Jaguar BIOS now works properly and is used by default. BIOS failure was
150   due to a bug in the GPU (specifically in the SUBC and ADDC opcodes). To
151   override this behavior, use the -nobios switch. [Shamus]
152 * Rewrote the OP code--mostly because it was pissing me off. ;-) Not
153   to mention that it was almost completely unmaintainable in its former
154   state and was just plain wrong in its implementation in many places.
155   Because of this, some RMW effects that were missing from AvP are present
156   now and leftover crud in scaled bitmaps in Rayman is gone now. ;-) [Shamus]
157 * ZIP support! Now there is no longer any need to unzip ROMs (although if
158   you prefer to waste HD space, VJ will gladly accomodate you). The code to
159   support this is a pretty ugly hack, but it works and there are other fish
160   to fry at the moment. Also, ZLIB is now required to compile VJ. [Shamus]
161 * Support for PD ROMs. Currently the only one that works at all is JagMania,
162   though as the hardware emulation gets better more PD ROMs will begin to
163   work. Note that you must use the -nobios switch for this to work. [Shamus]
164 * Preliminary support for PAL Jaguar emulation. Default is NTSC. To use it,
165   use the -pal switch. [Shamus]
166 * Support for DSP activation. The DSP is now *off* by default, since it
167   doesn't work properly yet. Use the -dspon switch to force the DSP on.
168   [Shamus]
169 * Removed all hacks that were written to support a specific ROM from the OP
170   and GPU code (much more remains to be removed). Since the CRCs that were
171   calculated to support these hacks were done on byte swapped ROMs, they
172   weren't working anyway. Besides which, a hack means that you don't
173   understand the hardware properly and/or don't know how to write the code to
174   properly emulate the hardware. ;-) [Shamus]
175 * Renamed the executable from the ridiculously named jag_em to the more
176   sensibly named vj. Note that the Jag_em.cpp file has also been changed to
177   reflect this name change. [Shamus]
178 * Removed Aaron Giles 68K dissasembler in favor of the one included with the
179   Musashi core. It's there, why not use it? ;-) [Shamus]
180 * Reordered the order of A, B, and C buttons to more accurately reflect their
181   respective positions on a real Jaguar controller. Also fixed a small bug that
182   kept the number pad from reporting the right numbers to the emulator. :-)
183   [Shamus]
184 * Started to remove the !__PORT__ defintions from the source code. Since this
185   is supposed to be a portable emulator, we won't be using any MS specific
186   code anyway. [Shamus]
187 * Fixed some problems with the blitter when doing clipping and bit expansion.
188   Also fixed (reintroduced?) a bug that existed in the real blitter HW (the
189   YADD1 bit in A2--fixes Tempest 2000). [Shamus]
190 * Probably a bunch of other stuff that I've forgotten about. ;-) [Shamus]
191
192 NOTE: Tested only on WIN32 platform! ;-)
193
194
195 Virtual Jaguar v1.0.3 GCC/SDL - source only release
196 ---------------------------------------------------
197
198 * Converted GNU assembly in the GPU core to C code -- Rayman and
199   Alien vs Predator work again. :-) [Shamus]
200 * Removed closed source Starscream and replaced it with the open source
201   Musashi core. Because of this, VJ runs a little faster now. :-) [Shamus]
202 * Various cleanups to the source files (still lots of work to do!). [Shamus]
203
204 NOTE: Tested only on WIN32 platform!
205
206
207 1.0.1 - 1.0.2 - Unreleased, mostly for testing/finding bugs
208 -----------------------------------------------------------
209
210 * Lots of stuff happened, but we can't remember any of it. :-)
211
212
213 Virtual Jaguar v1.0.0 GCC/SDL - initial source release
214 ------------------------------------------------------
215
216 * Converted VC++ assembly to standard GNU assembly.
217 * Fixed small bugs in SDL related items (keyboard/graphics).
218 * Added *some* optimalisations to the graphics sources.
219 * Added joystick support (not tested).
220 * Added joystick port support (not tested).
221 * Added frameskip support.
222
223 Source only release. Tested on BeOS, Linux, FreeBSD and WIN32.
224 SOUND emulation was NOT done. Need help with this one :)
225
226
227 SDLEMU (Niels Wagenaar & Caz) - http://sdlemu.ngemu.com