From: "Mark Usher" Newsgroups: comp.os.msdos.djgpp Subject: Re: Writing directly to video RAM Date: Thu, 13 May 1999 18:08:22 +0200 Organization: Telenor magnet GmbH Message-ID: <7heta5$ebk$1@orudios.magnet.at> References: <7hegr8$8q6$1 AT orudios DOT magnet DOT at> <373ad5f6 DOT 24447073 AT newsserver DOT cc DOT monash DOT edu DOT au> NNTP-Posting-Host: n095p027.dipool.highway.telekom.at X-Trace: orudios.magnet.at 926611589 14708 195.3.75.219 (13 May 1999 16:06:29 GMT) X-Complaints-To: abuse AT magnet DOT at NNTP-Posting-Date: 13 May 1999 16:06:29 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2013.600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2013.600 Lines: 15 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > The offset should be 0xA0000, not 0xA000. You have given a segment > address; the offset from _dos_ds of real-mode segment 0xA000 is > 0xA0000. Didn't work either. Thanks though for the ScreenPutChar() tip. That works beautifully. I needed a direct poke to the screen so that I could check that an interrupt routine was working correctly. Many thanks. Mark