Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!samsung!munnari.oz.au!cluster!metro!usage!ccadfa!csadfa!wkt From: wkt@csadfa.cs.adfa.oz.au (Warren Toomey) Newsgroups: aus.computers.ibm-pc,comp.sys.ibm.pc.programmer Subject: Where in memory is the Hercules bitmap? Message-ID: <1199@ccadfa.adfa.oz.au> Date: 22 Mar 90 02:26:35 GMT Sender: news@ccadfa.adfa.oz.au Lines: 26 I've just recently purchased QuickC 2.0 and am doing animated graphics onto a Hercules card, but the _putimage() library routine is too slow. Could anybody give me the base address etc. of the Herc card, and how I can dump an array into it. I'd really like a function like: dumpimage(image) /* Dump image onto herc card */ char *image; /* Array of bytes */ { char far *herc; int i; herc= ; for (i=0;i