-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.htm
41 lines (41 loc) · 1.82 KB
/
main.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Welcome to WinUAE</title>
<link href="Style.css" rel="stylesheet">
</head>
<body>
<article>
<p><a href="credits/contrib.htm">WinUAE</a> is an Amiga
Emulator for the Windows platform. It started out as port of
the Ubiquitous Amiga Emulator (UAE) and has evolved since then.
It is the collaborative effort of a number of Amiga enthusiasts
to create a portable Amiga emulator under the <a href=
"credits/gpl.htm">GNU Public License</a>. Source code for all
UAE versions is available so it can be studied, and help is
always appreciated.</p><img class="center" src="logo.png" alt=
"WinUAE Logo">
<p>WinUAE allows you to run Amiga software in Windows,
including games, demos, and applications. General compatibility
is excellent, and there are a number of enhancements in WinUAE
compared to a standard Amiga computer.</p>
<p>This help will give you information on how to <a href=
"started/main.htm">Get Started</a> with WinUAE, a description
of all the <a href="gui/main.htm">GUI Settings</a>, information
about the <a href="emulation/main.htm">Emulation</a> itself,
and additional information about real Amigas and the creators
of WinUAE in the <a href="background/main.htm">Background
Information</a> section.<br>
Also, there is a <a href="howto/main.htm">How-To</a> section
with step by step guides for some common tasks.</p>
<p>The latest version of this file can be found here: <a href=
"links.htm#helprelease">Help file release pages</a>.
Alternatively, it is also available online.</p>
</article>
<footer>
Help content is under the terms of the <a href=
"credits/fdl.htm">GNU Free Documentation License</a>.
</footer>
</body>
</html>