First post, by Anonymoose
Heyo,
To avoid getting into too much detail, I have a 16-bit ISA ComputerEyes 1024 video grabber card. It operates in 2 modes, Compatibility and Performance. Compatibility is for grabbing frames through I/O ports, but Performance mode uses a 32K address space in the upper memory area to record motion clips.
In order to enable Performance mode one has to "configure your memory manager to "exclude" the 32K shared-memory area before starting Windows". I've taken this sentence from a very helpful review since I can't find the manual (http://www.miken.com/winpost/oldart/ce1024/ce1024.htm). It also says "The shared-memory area must be located at segment hex C000, C800, D000, or D800".
Anyways, I'm not sure how to correctly exclude this 32k area. Based on this, I've set the jumpers and added X=C800-CFFF to config.sys. I might be on the right track, as doing that gives me an error when loading the software in Win 3.1 (WEYES causes a General Protection Fault in module CE1024.dll at 0001:0B73.) What gives? Any advice? Thanks!