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