]> Shamusworld >> Repos - virtualjaguar/blob - docs/WHATSNEW
Changes for 1.0.6 update
[virtualjaguar] / docs / WHATSNEW
1 Virtual Jaguar v1.0.6 GCC/SDL
2 -----------------------------
3
4 * Added support for gzipped ROM files. [Adam Green]
5 * Added OpenGL support. Because of this, aspect ratios in the various
6   graphic modes should be correct now. Thanks goes to Niels for enlightenment
7   in this area. :-) [Shamus]
8 * Moved all platform specific video code to video.cpp. This should make it
9   easier to add functionality to the video subsystem without having to chase
10   code around in places where it didn't belong. [Shamus]
11 * Key bindings are now customizable. [Shamus]
12 * VJ now uses a config file (vj.cfg) for commonly used settings. Settings in
13   the config file can still be overridden by command line switches. [Shamus]
14 * Preliminary GUI mouse support. [Shamus]
15 * Fixed an off-by-one bug in the Object Processor when dealing with scaled
16   bitmap objects. [Shamus]
17 * Fully virtualized screen size. What this means is that we can keep the
18   Jagaur screen displayed in a convenient size (320 x 240) and the graphics
19   that various ROMs display will now be properly centered (more or less, they
20   were really centered for a TV display). [Shamus]
21 * Border color is now displayed properly. [Shamus]
22 * Fully pipelined DSP core. Because of this, Wolfenstein 3D now has sound. To
23   use the old core, use the -nopipeline switch. [Shamus]
24
25
26 Virtual Jaguar v1.0.5 GCC/SDL
27 -----------------------------
28
29 * Various fixes to the codebase so that it compiles and works properly on
30   Linux. :-) The makefiles are almost identical now, the only thing that's
31   different between them are the SYSTYPE and EXESUFFIX variables defined at
32   the top. [Shamus]
33 * Fixed a pernicious blitter bug that kept Rayman from doing proper collision
34   detection. [Shamus]
35 * Added a simple file selector so that typing in long filenames in order to
36   run the emulator is no longer necessary. :-) To use it, instead of
37   supplying a ROM name, simple put in the name of the directory where your
38   ROMs live. [Shamus]
39 * Removed all the assembly language code from the DSP, so it should be a
40   little less buggy now. Also, removed some brain-dead timeslice releasing
41   that was causing a bunch of problems with various ROMs. [Shamus]
42 * Added sound support! In order to hear any sound, you probably have to
43   start VJ with the -dspon switch. Also, unless you have a very fast computer
44   the sound is going to be choppy. Hopefully future optimizations will cure
45   this. ;-) [Shamus]
46 * Added GUI support. You can see the results by hitting the TAB key while the
47   emulator is running. ;-) [Shamus]
48 * Lots of cleanups to the source code including the ability to trace who
49   writes what to where. [Shamus]
50
51
52 Virtual Jaguar v1.0.4 GCC/SDL - source only release
53 ---------------------------------------------------
54
55 * Lots of bugfixes. [Shamus]
56 * Jaguar BIOS now works properly and is used by default. BIOS failure was
57   due to a bug in the GPU (specifically in the SUBC and ADDC opcodes). To
58   override this behavior, use the -nobios switch. [Shamus]
59 * Rewrote the OP code--mostly because it was pissing me off. ;-) Not
60   to mention that it was almost completely unmaintainable in its former
61   state and was just plain wrong in its implementation in many places.
62   Because of this, some RMW effects that were missing from AvP are present
63   now and leftover crud in scaled bitmaps in Rayman is gone now. ;-) [Shamus]
64 * ZIP support! Now there is no longer any need to unzip ROMs (although if
65   you prefer to waste HD space, VJ will gladly accomodate you). The code to
66   support this is a pretty ugly hack, but it works and there are other fish
67   to fry at the moment. Also, ZLIB is now required to compile VJ. [Shamus]
68 * Support for PD ROMs. Currently the only one that works at all is JagMania,
69   though as the hardware emulation gets better more PD ROMs will begin to
70   work. Note that you must use the -nobios switch for this to work. [Shamus]
71 * Preliminary support for PAL Jaguar emulation. Default is NTSC. To use it,
72   use the -pal switch. [Shamus]
73 * Support for DSP activation. The DSP is now *off* by default, since it
74   doesn't work properly yet. Use the -dspon switch to force the DSP on.
75   [Shamus]
76 * Removed all hacks that were written to support a specific ROM from the OP
77   and GPU code (much more remains to be removed). Since the CRCs that were
78   calculated to support these hacks were done on byte swapped ROMs, they
79   weren't working anyway. Besides which, a hack means that you don't
80   understand the hardware properly and/or don't know how to write the code to
81   properly emulate the hardware. ;-) [Shamus]
82 * Renamed the executable from the ridiculously named jag_em to the more
83   sensibly named vj. Note that the Jag_em.cpp file has also been changed to
84   reflect this name change. [Shamus]
85 * Removed Aaron Giles 68K dissasembler in favor of the one included with the
86   Musashi core. It's there, why not use it? ;-) [Shamus]
87 * Reordered the order of A, B, and C buttons to more accurately reflect their
88   respective positions on a real Jaguar controller. Also fixed a small bug that
89   kept the number pad from reporting the right numbers to the emulator. :-)
90   [Shamus]
91 * Started to remove the !__PORT__ defintions from the source code. Since this
92   is supposed to be a portable emulator, we won't be using any MS specific
93   code anyway. [Shamus]
94 * Fixed some problems with the blitter when doing clipping and bit expansion.
95   Also fixed (reintroduced?) a bug that existed in the real blitter HW (the
96   YADD1 bit in A2--fixes Tempest 2000). [Shamus]
97 * Probably a bunch of other stuff that I've forgotten about. ;-) [Shamus]
98
99 NOTE: Tested only on WIN32 platform! ;-)
100
101
102 Virtual Jaguar v1.0.3 GCC/SDL - source only release
103 ---------------------------------------------------
104
105 * Converted GNU assembly in the GPU core to C code -- Rayman and
106   Alien vs Predator work again. :-) [Shamus]
107 * Removed closed source Starscream and replaced it with the open source
108   Musashi core. Because of this, VJ runs a little faster now. :-) [Shamus]
109 * Various cleanups to the source files (still lots of work to do!) [Shamus]
110
111 NOTE: Tested only on WIN32 platform!
112
113
114 1.0.1 - 1.0.2 - Unreleased, mostly for testing/finding bugs
115 -----------------------------------------------------------
116
117 * Lots of stuff happened, but we can't remember any of it. :-)
118
119
120 Virtual Jaguar v1.0.0 GCC/SDL - initial source release
121 ------------------------------------------------------
122
123 * Converted VC++ assembly to standard GNU assembly;
124 * Fixed small bugs in SDL related items (keyboard/graphics);
125 * Added *some* optimalisations to the graphics sources;
126 * Added joystick support (not tested);
127 * Added joystick port support (not tested);
128 * Added frameskip support;
129
130 Source only release. Tested on BeOS, Linux, FreeBSD and WIN32.
131 SOUND emulation was NOT done. Need help with this one :)
132
133
134 SDLEMU (Niels Wagenaar & Caz) - http://sdlemu.ngemu.com