robmcmullen-apple2/web/index.html
2013-12-07 16:54:25 -06:00

34 lines
2.0 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Apple2: An Apple //e Emulator for Linux, Windows, and MacOS</title>
<meta name="description" content="Apple2 homepage" />
<meta name="keywords" content="apple, emulator, SDL, cross-platform, GPL" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="GENERATOR" content="Kate" />
<link rel="stylesheet" href="apple2.css" type="text/css" />
</head>
<body class="mainpage">
<h1 id="title">Apple2</h1>
<h2>A portable Apple //e emulator</h2>
<hr>
<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>
<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>
<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>
<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>
<p><tt>git clone http://shamusworld.gotdns.org/git/apple2</tt></p>
</body>
</html>