(MESS) softbox: Document standalone vs. peripheral mode (nw)

This commit is contained in:
Mike Naberezny 2013-08-02 17:38:38 +00:00
parent 55c08b6990
commit 1bdae362b2
2 changed files with 16 additions and 0 deletions

View File

@ -5,6 +5,14 @@
http://mikenaberezny.com/hardware/pet-cbm/sse-softbox-z80-computer/
Standalone vs. PET/CBM Peripheral Mode
--------------------------------------
The SoftBox can be used as a standalone computer with an RS-232 terminal,
or as a PET/CBM peripheral. This is an emulation of the standalone mode.
For the peripheral mode, see: src/mess/machine/softbox.c.
Using the Corvus hard disk
--------------------------

View File

@ -7,6 +7,14 @@
**********************************************************************/
/*
This is an emulation of the SoftBox as a PET/CBM peripheral, where
the PET is used as a terminal over IEEE-488. For the standalone
mode where an RS-232 terminal is used, and also information on
how to set up the Corvus drive, see: src/mess/drivers/softbox.c.
*/
#include "softbox.h"