slightly better clarification on usage

This commit is contained in:
Dagen Brock 2017-01-22 22:11:48 -06:00
parent b9eb3fde74
commit 0d4b96cfa7
3 changed files with 40 additions and 33 deletions

View File

@ -2,9 +2,9 @@ Getting started
===============
1. Download the emulator package from https://apple2.gs/plus and put it in a folder.
Yes, you can drag it into your Applications on a Mac, but be aware that it is still
meant to be launched from a command line. If you put it in Applications, you should
be able to run it with the terminal command:
Yes, you can drag it into your Applications on a Mac, but be aware that it is
meant to be launched from a command line. If you put it in Applications, you
should be able to run it with the terminal command:
/Applications/GSplus.app/Contents/MacOS/gsplus
2. Download the Apple IIgs Firmware ROMs, for either a ROM01 or ROM03 machine.
@ -12,8 +12,19 @@ Getting started
Try: ftp://ftp.apple.asimov.net/pub/apple_II/emulators/rom_images/
a. Put the ROM image in the same folder where you run the emulator from.
It will search for: "ROM", "ROM.01", "ROM.03"
If your ROM image is named differently, launch the program from the command line
and hit F4 to go to the config menu to choose your ROM location
If your ROM file has some other name, launch gsplus and hit F4 to go to
the config menu to choose your ROM under "ROM File Selection"
... or ...
3. Edit your config:
You can manually edit the config.txt file (or use the F4 menu.)
You can set disks using a slot/number syntax like:
s5d1 = images/ArkanoidII.po
s6d1 = images/ProDOS_2_4_1.dsk
s7d1 = images/gsos.2mg
You can also manually set your ROM path like:
g_cfg_rom_path = ../roms/gsrom03
3. Get some Apple IIgs software.
I recommend the excellent Apple IIgs dedicated site:
@ -21,13 +32,6 @@ Getting started
If you have a real IIgs, you can transfer your disks using ADTPro
http://adtpro.sourceforge.net/
4. Edit your config:
You can manually edit the config.txt file, or while the emulator is running hit F4
to enter config menu.
Set it to point to your IIgs ROM file from step 2 if not already configured.
Set up the slots to point to disks from step 3.
5. Boot the Apple IIgs by running the emulator
Windows: gsplus32.exe
Mac/Ubuntu: ./gsplus
@ -44,4 +48,3 @@ Getting started
Examples:
Windows: gsplus32.exe -config arkanoid.gsp
Mac/Ubuntu: ./gsplus -config choplifter_config.txt

Binary file not shown.

View File

@ -25,18 +25,22 @@ Getting started
Try: ftp://ftp.apple.asimov.net/pub/apple_II/emulators/rom_images/
1. Put the ROM image in the same folder where you run the emulator from.
It will search for: "ROM", "ROM.01", "ROM.03"
If your ROM image is named differently, launch the program from the command line and hit F4 to go to the config menu to choose your ROM location
If your ROM file has some other name, launch gsplus and hit F4 to go to the config menu to choose your ROM under "ROM File Selection"
... or ...
1. Edit your config:
You can manually edit the config.txt file (or use the F4 menu.)
1. You can set disks using a slot/number syntax like:
s5d1 = images/ArkanoidII.po
s6d1 = images/ProDOS_2_4_1.dsk
s7d1 = images/gsos.2mg
2. You can also manually set your ROM path like:
g_cfg_rom_path = ../roms/gsrom03
1. Download some Apple IIgs software.
I recommend the excellent Apple IIgs dedicated site:
http://www.whatisthe2gs.apple2.org.za/
If you have a real IIgs, you can transfer your disks using ADTPro
http://adtpro.sourceforge.net/
2. Edit your config:
You can manually edit the config.txt file
.. or while the emulator is running… hit F4 to enter config menu.
Set it to point to your IIgs ROM file from step 2 if not already configured.
Set up the slots to point to disks from step 3.
3. Boot the Apple IIgs by running the emulator
2. Boot the Apple IIgs by running the emulator
Windows: gsplus32.exe
Mac*/Ubuntu: ./gsplus