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