| 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 |
| r24666 | r24667 | |
|---|---|---|
| 5 | 5 | http://mikenaberezny.com/hardware/pet-cbm/sse-softbox-z80-computer/ |
| 6 | 6 | |
| 7 | 7 | |
| 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 | ||
| 8 | 16 | Using the Corvus hard disk |
| 9 | 17 | -------------------------- |
| 10 | 18 |
| r24666 | r24667 | |
|---|---|---|
| 7 | 7 | |
| 8 | 8 | **********************************************************************/ |
| 9 | 9 | |
| 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 | ||
| 10 | 18 | #include "softbox.h" |
| 11 | 19 | |
| 12 | 20 |
| Previous | 199869 Revisions | Next |