From 31692f5fa699e23b146c9dd058b6dc7ba2f2b6cf Mon Sep 17 00:00:00 2001 From: David Schmidt <1110325+david-schmidt@users.noreply.github.com> Date: Thu, 5 Oct 2017 12:23:59 -0400 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26bd2cc..83e95a9 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -Apple II GS emulator based on Kent Dickey's KEGS \ No newline at end of file +# GSport: an Apple IIgs Emulator + +GSport is a portable (in the programming sense) Apple IIgs emulator, based on the KEGS cross-platform IIgs emulator by Kent Dickey. The base emulator builds and runs on all of the same platforms that KEGS did, and the new capabilities are being integrated as contributors have time and interest. + + +![alt](https://raw.githubusercontent.com/david-schmidt/gsport/master/doc/web/src/site/resources/images/gsport.png) [![Download Link](https://raw.githubusercontent.com/david-schmidt/gsport/master/doc/web/src/site/resources/images/download.png)](https://github.com/david-schmidt/gsport/releases) + +## Project Goals + +The main goal for GSport is to provide a free, open ecosystem for the continuation of cross-platform development of IIgs emulation. + +Some interesting advances that initially spawned this project are Uthernet and printer support. Now that those objectives are met, we will move on to the next objectives. Do you have something that you wish a GS emulator did? Dive in and contribute!