We would like to thank Kouichi-san from Japan who gave us the information below.
CardWare for DOS/Windows is compatible with with CBSCII card from I-O Data.
It was found that card works well with IRQ 10. Below are samples of cardware.ini
and config.sys running CBSCII:
- CardWare.ini
[Resources]
MEM=0xD8000,0x8000,E
I/O=0x140,0x20,E,10
I/O=0x220,0x20,E,10
I/O=0x300,0x20,E,10
XIRQ=2,E ; Autodetected as used by the system
XIRQ=3,E ; Autodetected as used by the system
XIRQ=4,E ; Autodetected as used by the system
XIRQ=6,E ; Autodetected as used by the system
XIRQ=7,E ; Autodetected as used by the system
XIRQ=8,E ; Autodetected as used by the system
XIRQ=12,E
XIRQ=13,E ; Autodetected as used by the system
XIRQ=14,E ; Autodetected as used by the system
XIRQ=15,E
- Config.sys
dos=High,umb
device=himem.sys /testmem:off
device=emm386.exe NOEMS x=D800-DFFF
files=20
buffers=20
stacks=9,512
lastdrive=z
DEVICE=DPMS.EXE MEM=XMS
DEVICEHIGH=PCCS.EXE /SC:off
DEVICE=PCRM.EXE/AUTODETECT
DEVICEHIGH=SSPCIC.EXE /VS:auto /AP:on
DEVICEHigh=CBSCENBL.SYS
DEVICEHigh=CBSCASPI.SYS
|