★ PROGRAMMER'S GUIDE ★ Simple CD simulator┌────────────┐ ┌─────┐ ┌─────┐ │ Basic program development tool │ │ TV │ │ Monitor │ │ │ │ │ │ │ │ │ ・ PC │ └──┬──┘ └──┬──┘ │ ・ WS │ ┌────┴────┐ ┌───┴───┐ │ ・ ICE │ │ Target box │ │ PC / AT │ │ ・ EVA ├─┤ SIMM │ │ │ │ │ ・ ETC. │ │ SCSI I / F ├─┤ SCSI BD │ │ │ │ │ │ │ │ └────────────┘ └─────────┘ └───────┘
┌───┐ ┌───┐ ┌───┐ │ Program development │ CD library │ CDSIM │ Basic tools │ / File system │ │ │ │ │ │ │ │ │ └───┘ └───┘ └───┘ ┌───┐ │ MFCAT │ │ │ │ └───┘
SIMM | SCSI | |
Basic program development tools | ○ | ○ |
Target box | ○ | ○ |
IBM PC compatible machine | − | ○ |
File system | ○ | ○ |
MFCAT | ○ | − |
CDSIM | − | ○ |
1 2 3 4 5 6 7 8 OFF → Return the switch horizontally [OFF] [OFF] [OFF] [ON] [*] [SCSI-ID] ON → Push the switch down | | | | | | | + ------ Use SCSI | | + ----------- Use as a simple CD simulator + ---- + ----------- ----- Workstation type OFF OFF: PC version OFF ON: SCSI version ON ON: HP version
c: \> MFCAT [RET]
The following display will appear.
MFCAT ver 1.00 Copyright (c) 1995 SEGA
usage: mfcat [-oOUTFILE] -fFLIST
mfcat [-oOUTFILE] file file2 ...
c: \> CDSIM [RET]
The following display will appear.
SUN boot example (when using PORT-A / SCSI ID 2)
CDSIM -i / dev / ttya -o / dev / rsd2a (CR)
HP boot example (when using PORT-0 / SCSI ID 5)
CDSIM i / dev / tty00 -o / dev / dsk / c201d5s0 (CR)
CDSIM ver 1.00 Copyright (c) 1994 SEGA Check Syntax: CDSIM.DAT File Can't Open: CDSIM.DAT
★ PROGRAMMER'S GUIDE ★ Simple CD simulator