more docs

This commit is contained in:
Christopher Mosher 2019-04-12 14:50:50 -04:00
parent 6fd8f564d2
commit 56c859cb0b
2 changed files with 8 additions and 14 deletions

View File

@ -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

View File

@ -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