From b1c4baabb3b8b35f32a369532245e27bd06e83dd Mon Sep 17 00:00:00 2001 From: Christopher Mosher Date: Sun, 13 Jan 2019 11:04:54 -0500 Subject: [PATCH] minor update docs --- README.asciidoc | 2 ++ doc/index.asciidoc | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 403f54f..94fdf91 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -2,6 +2,8 @@ epple2 (Emulated Apple ][) ========================== Christopher A. Mosher +image:https://travis-ci.org/cmosher01/Epple-II.svg?branch=master["Build Status", link="https://travis-ci.org/cmosher01/Epple-II"] + Home page: http://mosher.mine.nu/epple2[] +epple2+ is an emulator of the *Apple ][* and *Apple ][ plus* diff --git a/doc/index.asciidoc b/doc/index.asciidoc index 166741b..daaa2dd 100644 --- a/doc/index.asciidoc +++ b/doc/index.asciidoc @@ -32,11 +32,14 @@ portability in mind. It uses the http://www.libsdl.org/[SDL] graphics library. * 640x480 resolution * Floating data bus, and video scanner * Cards: Disk ][, language, firmware, clock +* Accurate drive controller logic state sequencer emulation (16 and 13 sector disks) +* WOZ 2 disk image format, supports all copy-protected disks +* Drive emulates track arm; accurately writes quarter-tracks * Paddles (mouse emulates two paddles) * Cassette tape interface * PR#1 writes to standard output * Accurate keyboard emulation, including the repeat key -* It even emulates the POWER light! +* POWER light include::screenshots.asciidoc[]