Merge pull request #5 from rocky1138/patch-2
[clinton/Virtual-Jaguar-Rx.git] / docs / README
CommitLineData
cf76e892
JPM
1----------------------------------------------
2Virtual Jaguar v2.1.3 Rx GCC/Qt release README
3----------------------------------------------
4
5--------------
6- DISCLAIMER -
7--------------
8
9Or, "O liability, I do disclaim thee!"
10
11Ported by SDLEMU (Niels Wagenaar & Carwin Jones) and is based upon the
12original work by David Raingeard of Potato Emulation. For requirements please
13consult the INSTALL file for more information about supported OS's and
14software requirements.
15
16The use of this software is entirely at your own risk. While it won't rape
17your dog, it might do other nasty things. We can't be held responsible for
18damage done to your hardware and/or software. You may only use the ROM images
19if you own the cartridges itself. The use of commercial ROMs without owning the
20original cartridge is illegal in most countries and could result in fines
21and/or legal actions.
22
23The products, trademarks and/or brands used in these documents and/or
24sourcecode are owned by their respective companies and/or successors in
25interest.
26
27This software is released under the GPL v3 or later. For more information, read
28the GPLv3 file.
29
30
31----------------------------------------------------------------
32- IMPORTANT NOTE ABOUT JAGUAR FILE FORMATS--READ THIS OR ELSE! -
33----------------------------------------------------------------
34
35There seems to be a lot of confusion surrounding the various file formats that
36Jaguar programs come in, and a lot of this confusion seem to come from
37Cowering's GoodJag renaming tool. Note that it simply gets some files wrong,
38and it also incorrectly renames cartridge images with an extension that
39belongs to an already established extension (.jag is a Jaguar Server
40executable--read on). To clarify, there are basically fith major types of
41Jaguar binary images that are NOT cartridge images:
42
43 .abs
44 .jag
45 .rom
46 .bin
c303e81c 47 .elf
cf76e892
JPM
48
49The first type, the .abs file, is a DRI/Alcyon format absolute location
50executable. These come in two different flavors and contain load and run
51addresses in their headers. Note that some files which have an .abs extension
52are really incorrectly labelled .bin files with no header information
53whatsoever.
54
55The second type, the .jag file, is a Jaguar Server executable. These files
56contain header information that tells you where to load and run the file's
57executable code. Note that as of this writing (8/5/2005) that the GoodJag ROM
58renaming tool by Cowering incorrectly renames Jaguar cartridge ROM dumps to
59have a .jag extension (a better choice, and the one supported by Virtual
60Jaguar, is .j64)--if you're trying to run a ROM image with a .jag extension on
61VJ, it will misinterpret it as a Jaguar Server executable and likely fail to
62run.
63
64The third type, the .rom file, is an Alpine Board/ROM Image file. These files
65have no header, but are known to load and run at $802000 in the Jaguar memory
66space. Again, these are *different* from cartridge dumps since they load at a
67higher address than a Jaguar cartridge.
68
69The fourth type, the .bin file, is simply a Jaguar executable with no header.
70Since these files contain no information about where they load and execute,
71Virtual Jaguar does not support this file type. Go bug the author to release
72either a file with proper headers or a file in Alpine ROM format. Virtual
73Jaguar is not omniscient (yet)! ;)
74
75The fifth type, the .elf file, is a Jaguar executable with ELF headers, with
76or without DWARF information.
77
78There is a sith type of file that is supported by Virtual Jaguar, the .j64
79file, which is simply a 1, 2, or 4 Meg dump of a Jaguar cartridge ROM which
80loads at $800000 in the Jaguar memory space.
81
82
83----------------------------------
84- What is Virtual Jaguar GCC/Qt? -
85----------------------------------
86
87Virtual Jaguar is software dedicated to emulating the Atari Jaguar hardware on
88a standard PC. The software was originally developed by David Raingeard of
89Potato Emulation [http://potato.emu-france.com] and was released under the GPL
90on 25 June 2003.
91
92Virtual Jaguar GCC/Qt is not just a port of the MS Visual C++/SDL sourcecode
93but has also been extended and rewritten so that we can enjoy Atari Jaguar
94emulation on every platform that has a GCC compiler and a port of Qt.
95
96Currently Virtual Jaguar GCC/Qt Rx compiles on WIN64 using msys2/MinGW64,
97and Visual Studio 2015. Compiles also on cygwin64 but no tests have been done.
98It has previously compiled on WIN32 using mingw, and several UN*X based systems
99(BeOS, Linux, FreeBSD and MacOS). It may run on other
100systems as well but we can not guarantee that.
101
102The Rx version has been made specically to add a debugger support, but some
103modifications have been done as well. The official contact email and name(s) are
104not related in any way with this work.
105
106The port was done by the SDLEMU crew (http://sdlemu.ngemu.com) and especially
107by Niels Wagenaar and Carwin Jones. A major portion of the rewrite was done by
108James Hammons. You may contact us by e-mail (sdlemu@ngemu.com) or leave a
109message on the SDLEMU Official Forum (see the website). Patches and bugfixes
110are particularly welcome! :)
111
112More information about the incredible SDL libraries can be found at
113http://www.libsdl.org. Thanks Sam--you rock! :)
114
115
116-------------------------------
117- Using Virtual Jaguar GCC/Qt -
118-------------------------------
119
120Simply double click on the Virtual Jaguar icon or type ./virtualjaguar -h from
121the command line. See the built in help (under Help|Contents) for more
122information on how to use it. :-)
123
124
125-----------
126- Finally -
127-----------
128
129If you find bugs, enhance the code or simply have questions, drop us an e-mail
130at sdlemu AT ngemu DOT com or drop a message on the SDLEMU Official Forum.
131
132More information about this project (releases/WIP) can be found at the official
133Virtual Jaguar website [http://www.icculus.org/virtualjaguar] and on the SDLEMU
134website [http://sdlemu.ngemu.com].
135
136We hope you enjoy the emulator and will use it wisely!
137
138Thanks go to guys over at ngemu.com and #ngemu (EFNET). Thanks also to David
139Raingeard of Potato Emulation who originally developed this emulator and
140released the sources to the public. We couldn't have done it without you!
141
142Special thanks go to everyone who submitted good, detailed bug reports,
143sometimes with demonstration code(!); your help has helped to make Virtual
144Jaguar better, more accurate, and more polished than it would be otherwise. We
145really appreciate your help!
146
147SDLEMU