Doc tweaks

This commit is contained in:
David Schmidt 2013-02-07 13:53:05 +00:00
parent 185fa8a617
commit 1ada0cfb01
2 changed files with 24 additions and 8 deletions

View File

@ -8,7 +8,7 @@ Developing GSport
Information, mosly concerning building, about various platforms:
* General build instructions
* General Build Instructions
You need to build with a <<<make>>> utility.
There's a default Makefile, which should work for nearly any environment.
@ -150,16 +150,32 @@ easy. Start with <<<vars_x86linux>>> if you are a little-endian machine, or
unless your processor is little-endian (Alpha, x86, Mac Intel). Mac PPC, Sun, MIPS,
HP, Motorola, and IBM Power are big-endian.
* {Capabilties}
* Extended {Capabilities} by Platform
*-----:------:------:------:------:------:------+
|| <<Platform>> || <<Base IIgs Emulation>> || <<Ethernet>> || <<Text Printer>> || <<Graphical Printer>> || <<Drag/Drop Disks>> || <<Clipboard Paste>>
All platforms have a common core of capabilities:
* Base IIgs emulation
* Ensoniq sound emulation
* Virtual serial ports mapped to real hardware or IP-emulated ports
* Text and graphical printers
[]
The table below notes where the various builds differ in the support they have in the
code base now for various extended capabilities.
Turning the "No" boxes into "Yes" are all opportunities for contributions!
*-----:------:------:------+
|| <<Platform>> || <<Ethernet>> || <<Drag/Drop Disks>> || <<Clipboard Paste>>
*-----:------:------+
Linux | Yes | No | Yes | Yes | No | No |
Linux | No | No | No |
*-----:------:------+
Macintosh | Yes | No | Yes | Yes | No | Yes |
Macintosh | No | No | Yes |
*-----:------:------+
Windows | Yes | Yes | Yes | Yes | Yes | Yes |
Windows | Yes | Yes | Yes |
*-----:------:------+
[]

View File

@ -16,7 +16,7 @@ GSport Release History
Bug fixes:
* IN#1 and IN#2 now triggers the incoming IP port to listen when
* IN#1 and IN#2 now trigger the incoming IP port to listen when
using IP simulated serial ports; previously, only PR#1 or PR#2
did