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