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