diff --git a/web/apple2.css b/web/apple2.css index 0308d20..e858b09 100644 --- a/web/apple2.css +++ b/web/apple2.css @@ -8,7 +8,7 @@ body, table background: #006060; color: #FFFFFF; text-align: center; /* Crappy IE kludge */ - font: 14.0pt Arial, Verdana, "Helvetica" sans-serif; + font: 14.0pt Arial, Verdana, sans-serif; } #title img @@ -16,6 +16,13 @@ body, table margin-top: 22px; } +#title +{ + font-size: 300%; + font-weight: bold; + color: #30FF30; +} + #news td { padding-bottom: 1em; @@ -43,6 +50,11 @@ body, table color: #FF6020; } +sup +{ + font-size: 60%; +} + hr { margin-bottom: 1.75em; @@ -60,12 +72,12 @@ p margin-bottom: 1em; } -h1 +/*h1 { font-size: 300%; margin-top: 0; margin-bottom: 0; -} +}*/ h2 { @@ -85,7 +97,7 @@ h3 tt { - font-size: 100%; + font-size: 80%; } p#footer diff --git a/web/index.html b/web/index.html index 3f2cbf2..4fe4614 100644 --- a/web/index.html +++ b/web/index.html @@ -13,13 +13,16 @@ -Apple2 +

Apple2

+

A portable Apple //e emulator


-

This is the home of the Apple2 portable Apple //e emulator. It's based on GCC and SDL2, and runs on Linux, Windows, and MacOS X. It's powered by Virtual 65C02TM, and sports an easy to use yet powerful interface.

+

This is the home of the Apple2 portable Apple //e emulator. It’s based on GCC and SDL2, and runs on Linux, Windows, and MacOS X. It’s powered by Virtual 65C02™, and sports an easy to use yet powerful interface. The source is licensed under the GPL version 3.

-

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 to most accurate looking screen that I have even seen on an Apple emulator at that time and ever since. Current emulators still to this day can't match the fidelity of what that old DOS program could do. 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 situation by figuring out how ApplePC did its video tricks and by writing an emulator for Linux.

+

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 still to this day can’t match the fidelity of what that old DOS program could do.

+ +

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!

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: