
need a FAST putpixel routine
Quote:
> can anyone send me a FAAAAST putpixel routine for mode 13h ??
Sure here it is:
#define PlotPixel(x,y,c) { (((char *)(0xA0000))+(((y)*5)*64)+(x))=(c) }
Of course, I expect 10% royalty if you use the above library in your
code.
--
Paul Hsieh
http://www.geocities.com/SiliconValley/9498
Graphics Programmer
Chromatic Research
What I say and what my company says are not always the same thing