]> Shamusworld >> Repos - apple2/blob - web/index.html
Update to website.
[apple2] / web / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html>
3 <head>
4 <title>Apple2: An Apple //e Emulator for Linux, Windows, and MacOS</title>
5
6 <meta name="description" content="Apple2 homepage" />
7 <meta name="keywords" content="apple, emulator, SDL, cross-platform, GPL" />
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9 <meta name="GENERATOR" content="Kate" />
10
11 <link rel="stylesheet" href="apple2.css" type="text/css" />
12 </head>
13
14 <body class="mainpage">
15
16 <h1 id="title">Apple2</h1>
17 <h2>A portable Apple //e emulator</h2>
18
19 <hr>
20
21 <p>This is the home of the Apple2 portable Apple //e emulator. It&rsquo;s based on GCC and SDL2, and runs on Linux, Windows, and MacOS X. It&rsquo;s powered by Virtual 65C02&trade;, and sports an easy to use yet powerful interface. The source is licensed under the GPL version 3.</p>
22
23 <p>This emulator came about because of ApplePC. It was a DOS only application with a horrible interface, and you had to tune it to get it work at the correct speed for your machine. But it had absolutely the most accurate looking screen that I have even seen on an Apple emulator at that time or ever since. Current emulators <i>still</i> to this day can&rsquo;t match the fidelity of what that old DOS program could do.</p>
24
25 <p>So, to make a long story even longer, ApplePC disappeared off the face of the earth and I thought it was a shame that the screen rendering of that emulator should disappear with it. Also, there are, for some reason, absolutely no Apple II emulators for Linux! A deplorable situation! And so I resolved to fix that by figuring out how ApplePC did its video tricks and by writing an emulator for Linux. At the same time, since I write pretty much all my software cross-platform, Windows and MacOS X ports come along for free!</p>
26
27 <p>Currently, only a source code archive is available. More will be coming in the near future... You can get a copy of the source code like so:</p>
28
29 <p><tt>git clone http://shamusworld.gotdns.org/git/apple2</tt></p>
30
31 </body>
32 </html>
33