Previous 199869 Revisions Next

r24667 Friday 2nd August, 2013 at 17:38:38 UTC by Mike Naberezny
(MESS) softbox: Document standalone vs. peripheral mode (nw)
[src/mess/drivers]softbox.c
[src/mess/machine]softbox.c

trunk/src/mess/drivers/softbox.c
r24666r24667
55    http://mikenaberezny.com/hardware/pet-cbm/sse-softbox-z80-computer/
66
77
8    Standalone vs. PET/CBM Peripheral Mode
9    --------------------------------------
10
11    The SoftBox can be used as a standalone computer with an RS-232 terminal,
12    or as a PET/CBM peripheral.  This is an emulation of the standalone mode.
13    For the peripheral mode, see: src/mess/machine/softbox.c.
14
15
816    Using the Corvus hard disk
917    --------------------------
1018
trunk/src/mess/machine/softbox.c
r24666r24667
77
88**********************************************************************/
99
10/*
11    This is an emulation of the SoftBox as a PET/CBM peripheral, where
12    the PET is used as a terminal over IEEE-488.  For the standalone
13    mode where an RS-232 terminal is used, and also information on
14    how to set up the Corvus drive, see: src/mess/drivers/softbox.c.
15*/
16
17
1018#include "softbox.h"
1119
1220

Previous 199869 Revisions Next


© 1997-2024 The MAME Team