Mail Archives: djgpp/1995/12/28/01:29:59
On 27 Dec 1995, The Joker wrote:
> Ok, fellas, here's how you access the graphics in djgpp v2, without
> incuring a speed penalty for having es:[addr] or whatever. It also makes
> it a hell of a lot easier. My way will let you have a normal array-like
> pointer to the vidmem, like we all used to in borland c...
What's wrong with the nearptr facility provided with DJGPP v2.0? Did you
try using it? You can find its docs in the library Info file, under
`_crt0_startup_flags' and `__djgpp_nearptr_enable' (the latter even
includes an example of access to video memory).
- Raw text -