Xref: news2.mv.net comp.os.msdos.djgpp:1416 From: m DOT dekogel AT student DOT utwente DOT nl (Marcel de Kogel) Newsgroups: comp.os.msdos.djgpp Subject: Re: graphics in v2: go32.h? Date: Sat, 24 Feb 1996 05:25:41 GMT Organization: University of Twente, Enschede, The Netherlands Lines: 12 Message-ID: <4gm7mu$b25@driene.student.utwente.nl> References: <4gm034$apb AT news1 DOT usa DOT pipeline DOT com> NNTP-Posting-Host: cal013208.student.utwente.nl To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Sat, 24 Feb 1996 03:26:05 GMT, knightofni AT usa DOT pipeline DOT com (The Knight Who Says Ni!) wrote: >I have seen several posts explaining how to handle graphics in mode >0x13 in v2, and many mention go32.h(for _dos_ds). Does this work OK >even though go32.exe is no longer used? Yes. Simply use _dos_ds as your selector and 0xA0000 as your offset and you have a far pointer to the video memory. Marcel