A little doc cleanup

This commit is contained in:
David Schmidt 2012-03-05 21:02:19 +00:00
parent 18624d3269
commit 88cb830565
6 changed files with 30 additions and 22 deletions

View File

@ -147,13 +147,13 @@ by runnning the command: <<<gsportx -audio 1>>>
If you are porting to an X-windows and Unix-based machine, it should be
easy. Start with <<<vars_x86linux>>> if you are a little-endian machine, or
<<<vars_linuxppc>>> if you are big endian. Don't define <<<-DGSPORT_LITTLE_ENDIAN>>>
unless your processor is little-endian (x86, Alpha). Mac, Sun, MIPS,
HP, Motorola, and IBM are big-endian.
unless your processor is little-endian (Alpha, x86, Mac Intel). Mac PPC, Sun, MIPS,
HP, Motorola, and IBM Power are big-endian.
* Capabilties
*-----:------:------:------:------:------+
<<Platform>> | <<Base IIgs Emulation>> | <<Ethernet>> | <<Text Printer>> | <<Graphical Printer>> | <<Drag/Drop Disks>>
|| <<Platform>> || <<Base IIgs Emulation>> || <<Ethernet>> || <<Text Printer>> || <<Graphical Printer>> || <<Drag/Drop Disks>>
*-----:------:------+
Linux | Yes | No | Yes | Yes | No |
*-----:------:------+

View File

@ -6,14 +6,15 @@
GSport Emulated Ethernet
The Uthernet (TFE) support in GSport was made possible by implementing the GPL source written by Spiro Trikaliotis for the {{{http://www.viceteam.org/}Vice emulator}}. This version of GSport contains the latest code from VICE 2.2.
The Uthernet (TFE) support in GSport was made possible by implementing the GPL source written by Spiro Trikaliotis for the {{{http://www.viceteam.org/}Vice emulator}}.
This version of GSport contains the latest code from VICE 2.2.
* Details
Right now Uthernet emulation only works under Windows. Future support for PCap under OS X and Linux is planned.
Right now Uthernet emulation only works under Windows.
Support for emulation under OS X and Linux is planned.
In order to use Uthernet emulation, you must install {{{http://www.WinPcap.org/install/default.html}WinPCap}} and
have a wired (not wireless) ethernet connecton on the host computer.
have a wired (not wireless) Ethernet connection on the host computer.
* GSport Setup
@ -25,7 +26,7 @@ have a wired (not wireless) ethernet connecton on the host computer.
interfaces is provided on screen. For most the default of interface "0" is correct.
Return back to the main menu and save your configuration for good measure. Due to limitations, you must exit
and restart GSport for the changes you made to take effect. Next is configuring the Apple IIgs side of things.
and restart GSport for the changes you made to take effect.
* GS/OS Setup
@ -63,7 +64,7 @@ Telnet application included with Marinetti
Casper web server: It will not serve web pages. This is likely a limitation of WinPCap.
A note about 8-bit applications:
* 8-bit Applications
Uthernet enabled versions of Contiki and ADTPro work fine with GSport. Other 8-bit software should work fine but
are untested.

View File

@ -6,7 +6,7 @@
GSport Release History
* Version 0.2 - 2/29/2012
* Version 0.2a - 2/29/2012
New functionality:
@ -22,7 +22,9 @@ GSport Release History
Bug fixes:
* Added sound libraries in Win32 binary, mistakenly omitted
* Win32: Added sound and native printer libraries, mistakenly omitted
* OSX: Fixed some "endianness" troubles with the fat binaries
[]

View File

@ -20,8 +20,8 @@ the new capabilities are being integrated as contributors have time and interest
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. As those objectives are met, a release will be assembled and posted,
and we will move on to the next objectives. Do you have something that you wish
a GS emulator did? Submit a request {{{http://sourceforge.net/tracker/?group_id=315628&atid=1327836}here,}}
Some interesting advances that initially spawned this project are Uthernet and printer support.
As those objectives are met, we will move on to the next objectives.
Do you have something that you wish a GS emulator did?
Submit a request {{{http://sourceforge.net/tracker/?group_id=315628&atid=1327836}here,}}
or better yet - dive in and {{{https://sourceforge.net/project/memberlist.php?group_id=315628}contribute!}}

View File

@ -28,8 +28,11 @@ application itself.
Start GSport by Double-clicking the GSport icon on a Mac, or by running
the executable (<<<gsport.exe>>> on Windows, and <<<gsportx>>> on Linux).
GSport can be run by the Terminal window on a Mac as well (which enables access to
GSport can be run from the Terminal window on a Mac as well (which enables access to
more debug information) by typing: <<<./GSport.app/Contents/MacOS/GSport>>> from the folder GSport is in.
This also enables the automatic mounting/booting feature by allowing you to specify a disk
image of your choice on that command line; for example: \
<<<./GSport.app/Contents/MacOS/GSport /path/to/my/disk.po>>>
Assuming all goes well, GSport will then boot up but probably not find any disk images.
Hit the "F4" key and see below for how to tell GSport what disk images to use.
@ -45,8 +48,8 @@ until you hit "F8" again.
into the Configuration Panel mode until you select a valid ROM file).
To select a ROM file, select "ROM File Selection" and then select your
ROM file. If you were not forced into the panel at startup, the GSport
found one and you can skip this step.
ROM file. If you were not forced into the panel at startup, then GSport
found one and it is working.
* Disk Images
@ -117,7 +120,7 @@ F8: Toggle pointer hiding on/off.
F9: Invert the sense of the joystick.
Shift-F9: Swap x and y joystick/paddle axes.
F10: Attempt to change the a2vid_palette (only useful on 256-color displays)
F11: Full screen mode (only on Mac OS X).
F11: Full screen mode (on Mac OS X and Windows).
F12: Alias of Pause/Break which is treated as Reset
F2, Alt_R, Meta_r, Menu, Print, Mode_switch, Option: Option key

View File

@ -36,8 +36,9 @@ This behavior is similar to modern laser/inkjet printers when they are used with
Most applications are good about sending form feeds at page end, so this issue usually doesn't crop up.
Make sure to configure font locations.
Roman is used by default and the printing emulation won't work if none at all are defined.
Any monospaced truetype font you have will work.
The default Roman font is used by default, and the matching <<<lib/letgothl.ttf>>> is included in the distribution package.
Printing emulation won't work if no fonts at all are defined.
Any mono-spaced TrueType font you have will work.
Printer output should appear in the same directory as GSport as page1.bmp, page2.bmp, etc.
@ -57,6 +58,7 @@ Any monospaced truetype font you have will work.
[]
Windows Bitmap will produce .BMP files for each "page" produced. The same is true for Postscript, but .PS files are produced.
Windows Bitmap will produce .BMP files for each "page" produced.
The same is true for Postscript, but .PS files are produced.
"Direct to host printer" is only implemented for Windows, and will send page-oriented output directly to your system's printer.
"Text file" will append text-only output to a file named "printer.txt" in GSport's current working directory.