mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
softbox: Fix references to other softbox files in comments. (nw)
This commit is contained in:
parent
a4e655513d
commit
94532c6549
@ -18,7 +18,7 @@
|
||||
Start the pet8032 emulator with the HardBox attached as device 9,
|
||||
with the new CHD and the utilities floppy mounted:
|
||||
|
||||
$ mess pet8032 -ieee9 hardbox \
|
||||
$ mame pet8032 -ieee9 hardbox \
|
||||
-hard1 /path/to/corvus20mb.chd \
|
||||
-flop1 /path/to/hardbox-utils.d80
|
||||
|
||||
@ -85,7 +85,7 @@ ROM_START( hardbox )
|
||||
Disassembling the ROMs showed that v2.3 and v2.4 are for Corvus Systems drives but v3.1 is
|
||||
for Sunol Systems drives. Both types use the Corvus flat cable interface but there may be
|
||||
some programming differences, e.g. the v3.1 firmware for Sunol does not have the park heads
|
||||
routine in the Corvus versions. MESS emulates a Corvus drive so we default to the last
|
||||
routine in the Corvus versions. MAME emulates a Corvus drive so we default to the last
|
||||
known HardBox firmware for Corvus (v2.4). */
|
||||
ROM_END
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
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/emu/bus/ieee488/softbox.c.
|
||||
For the peripheral mode, see: src/devices/bus/ieee488/softbox.c.
|
||||
|
||||
|
||||
Using the Corvus hard disk
|
||||
@ -27,7 +27,7 @@
|
||||
|
||||
Start the SoftBox emulator with the floppy and hard disk images mounted:
|
||||
|
||||
$ mess softbox -flop1 /path/to/softbox-distrib.d80 \
|
||||
$ mame softbox -flop1 /path/to/softbox-distrib.d80 \
|
||||
-hard1 /path/to/corvus10mb.chd
|
||||
|
||||
Before the Corvus can be used under CP/M, it must be prepared
|
||||
@ -78,7 +78,7 @@
|
||||
|
||||
The SoftBox supports 5, 10, and 20 MB hard disks. The distribution disk
|
||||
is configured for 10 MB as explained above. To use other sizes, make
|
||||
a new image with CHDMAN. See the top of src/emu/machine/corvushd.h
|
||||
a new image with CHDMAN. See the top of src/devices/machine/corvushd.h
|
||||
for the parameters for the other drives.
|
||||
|
||||
After the image has been created and the SoftBox emulator started with
|
||||
|
Loading…
Reference in New Issue
Block a user