From: cargumu AT eui DOT upv DOT es (Flynn) Newsgroups: comp.os.msdos.djgpp Subject: Clear key buffer Date: 17 Apr 1997 09:54:07 GMT Organization: UPV Lines: 14 Message-ID: <5j4rvv$5h2@maia.cc.upv.es> NNTP-Posting-Host: eui038.eui.upv.es To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi all! I've some problems clearing the key buffer ring. In watcom I used: static short * const KeyBufferFirst=(short * const)0x41a; static short * const KeyBufferLast=(short * const)0x41c; *KeyBufferFirst=*KeyBufferLast; but in DJGPP it doesn't work.... Does anyone know how to make it? Theuzifan jorora AT eui DOT upv DOT es