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