Fix up a couple of references from GSportMac to just GSport

This commit is contained in:
David Schmidt 2010-04-21 13:22:04 +00:00
parent 13183e4ce7
commit 92e67702f0
2 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@ rm vars; ln -s vars_mac vars
make make
------------------------------------- -------------------------------------
After the <<<make>>> has finished, it will create the application <<<GSportMac>>>. After the <<<make>>> has finished, it will create the application <<<GSport>>>.
* X86 Linux * X86 Linux

View File

@ -31,10 +31,10 @@ Library/GSport from your home directory, and then place <<<config.txt>>> there
along with the ROM file. You do not need a starting <<<config.txt>>> file along with the ROM file. You do not need a starting <<<config.txt>>> file
on a Mac--GSport will offer to make it for you if it cannot find one. on a Mac--GSport will offer to make it for you if it cannot find one.
Start GSport by Double-clicking the GSportMac icon on a Mac, or by running Start GSport by Double-clicking the GSport icon on a Mac, or by running
the executable (<<<gsportwin>>> on Windows, and <<<gsportx>>> on Linux). GSportMac can the executable (<<<gsportwin>>> on Windows, and <<<gsportx>>> on Linux). GSport can
be run by the Terminal window on a Mac as well (which enables access to be run by the Terminal window on a Mac as well (which enables access to
more debug information) by typing: "./GSport.app/Contents/MacOS/GSportMac". more debug information) by typing: "./GSport.app/Contents/MacOS/GSport".
Assuming all goes well, GSport will then boot up but probably not find any Assuming all goes well, GSport will then boot up but probably not find any
disk images. See below for how to tell GSport what disk images to use. disk images. See below for how to tell GSport what disk images to use.