Modern cross-platform Apple IIgs emulator and tools based on KEGS
Go to file
Kelvin Sherlock e021a622b4 adds two new WDM debugger commands useful for programmers.
WDM $a0 prints a string
a: string type (0 = c-string, 1 = pascal string, 2 = gs/os string). set bit 15 ($8000) to add a trailing '\n
x/y:  pointer to the string

WDM $a1 hexdumps memory
a: length
x/y pointer to memory

(in both cases, x is the low  word and y is the high word (ie, bank))
2018-08-20 13:03:53 -04:00
assets Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
doc Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
lib latest osx artifact (and some cleaning) 2016-10-14 14:44:58 -05:00
src adds two new WDM debugger commands useful for programmers. 2018-08-20 13:03:53 -04:00
.gitattributes add .gitattributes for line ending cleanup 2016-10-28 08:51:49 -05:00
.gitignore ignore my files 2016-10-28 08:45:41 -05:00
.gitlab-ci.yml Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
COPYRIGHT.txt copyright cleanup (and fix a copy-pasta) 2018-03-02 10:48:45 -06:00
LICENSE.txt Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
make_dist_mac.sh Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
make_dmg_mac.sh Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
README.md formatting cleanup, add help option, fix quit behavior to ignore command-Q 2017-01-22 12:33:43 -06:00

GSplus

An Apple IIgs emulator for Mac OSX, Windows, and Linux.

Screenshot of starting the program

About

This is an early release of an experimental project to modernize the KEGS/GSport emulator platform and eventually extend it.

Install

Go to https://apple2.gs/plus to get the latest downloads for your system.

Usage Notes

You need to provide the ROM file and disk images and a config file. I'd recommend you just drop it in your current GSport or KEGS folder and run it from there.

See the doc/gsplusmanual.pdf file for much more complete documentation.

Build Instructions

See the /doc/ directory for "Developer-Quickstart" docs which cover building for the various platforms.