mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-27 12:50:04 +00:00
Modern cross-platform Apple IIgs emulator and tools based on KEGS
e021a622b4
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)) |
||
---|---|---|
assets | ||
doc | ||
lib | ||
src | ||
.gitattributes | ||
.gitignore | ||
.gitlab-ci.yml | ||
COPYRIGHT.txt | ||
LICENSE.txt | ||
make_dist_mac.sh | ||
make_dmg_mac.sh | ||
README.md |
GSplus
An Apple IIgs emulator for Mac OSX, Windows, and Linux.
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.