mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
(MESS) softbox: Document standalone vs. peripheral mode (nw)
This commit is contained in:
parent
55c08b6990
commit
1bdae362b2
@ -5,6 +5,14 @@
|
|||||||
http://mikenaberezny.com/hardware/pet-cbm/sse-softbox-z80-computer/
|
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
|
Using the Corvus hard disk
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
@ -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"
|
#include "softbox.h"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user