From 56c859cb0b000a3ca9c8da18b1bf3d177c0419fa Mon Sep 17 00:00:00 2001 From: Christopher Mosher Date: Fri, 12 Apr 2019 14:50:50 -0400 Subject: [PATCH] more docs --- docs/index.md | 14 ++++---------- docs/screenshots.md | 8 ++++---- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/docs/index.md b/docs/index.md index 08ac63b..2e990f7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,18 +1,12 @@ -# Epple \]\[ - -The Emulated APPLE \]\[ -(by Chris Mosher). - ---- - [screenshots](screenshots.md) [configuration](configuration.md) --- -Epple \]\[ is an emulator of the original APPLE \]\[ and APPLE \]\[ PLUS -computers from [Apple, Inc.](https://www.apple.com/) It -runs on Windows, Mac, and Linux platforms. +**`epple2`** (by Chris Mosher) is an emulator of the original +APPLE \]\[ and APPLE \]\[ PLUS computers from +[Apple, Inc.](https://www.apple.com/). +It runs on Windows, Mac, and Linux platforms. [![GPLv3](https://www.gnu.org/graphics/gplv3-88x31.png)](http://www.gnu.org/licenses/gpl-3.0-standalone.html) Epple \]\[ is released under the diff --git a/docs/screenshots.md b/docs/screenshots.md index f8e35c0..e68814f 100644 --- a/docs/screenshots.md +++ b/docs/screenshots.md @@ -64,7 +64,7 @@ EPPLE \]\[ accurately emulates the video scanning and timing of the original App The rest of the behavior described in the article (the floating data bus) is also emulated faithfully by the EPPLE \]\[. -``` basic +``` visualbasic CALL -151 300:8D 52 C0 A9 E0 A2 04 CD 51 C0 D0 F9 CA D0 F8 A9 @@ -108,7 +108,7 @@ video cutoff and extension of half-dot shifted pixels, instead the right line is brown, and there is a *mysterious pink line* (actually magenta) on the far left of the screen. The EPPLE \]\[ faithfully emulates this behavior. -``` basic +``` visualbasic NEW 10 HGR : HCOLOR = 5 : HPLOT 5,159 TO 5,0 TO 279,0 TO 279,159 @@ -129,7 +129,7 @@ The EPPLE \]\[ emulates the correct aspect ratio. For example, the following Applesoft BASIC program draws a rectangle, and a proper square: -``` basic +``` visualbasic NEW 10 HGR @@ -171,7 +171,7 @@ purple while in mixed text/graphics mode. This is because the *color burst killer* circuit is not active while displaying graphics on the Apple \]\[ machines. -``` basic +``` visualbasic CALL -151 1F00:AC 54 C0 A0 27 20 27 1F 1F08:AC 10 C0 AC 00 C0 30 F3