| delorie.com/archives/browse.cgi | search |
| Message-ID: | <379D15B8.FAD66F3F@unb.ca> |
| Date: | Mon, 26 Jul 1999 22:13:12 -0400 |
| From: | Endlisnis <s257m AT unb DOT ca> |
| X-Mailer: | Mozilla 4.51 [en] (Win98; U) |
| X-Accept-Language: | en |
| MIME-Version: | 1.0 |
| Newsgroups: | comp.os.msdos.djgpp |
| To: | djgpp AT delorie DOT com |
| Subject: | Re: 13h graphic mode width DJGPP |
| References: | <002d01bed7d2$1df74180$1d5dfea9 AT rincevent> |
| Reply-To: | djgpp AT delorie DOT com |
conrad wrote:
> Is there's a faster way to copy 'buffer' to the screen than :
> for (int i=0;i<64000;i++){
> _farpokeb(_dos_ds,0xA0000+i, *(buffer+i) ) ;}}
> Isn't it possible to point to the video memory by another way than
> _farpoked(blabla) ?
Yes, look up dosmemput.
--
(\/) Endlisnis (\/)
s257m AT unb DOT ca
Endlisnis AT HotMail DOT com
ICQ: 32959047
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |