[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PCT's CGA Screen



    Thank you for the information, but it does not provide me enough
information.  After dump video memory into filename, which extension should
be used?  Is it .Fnt or .Bmp, or etc?  I understand that CGA 8x8 pixel font
contain 8 byte each 80x25 character.

--
Yours Truly,

Bryan Parkoff
BParkoff@satx.rr.com
"Dosius" <steve@dosius.zzn.com> wrote in message
9307085f.0302181112.51ec4d60@posting.google.com">news:9307085f.0302181112.51ec4d60@posting.google.com...
> "Bryan Parkoff" <BParkoff@satx.rr.com> wrote in message
news:<7qOdnaxpHp_X3c-jXTWQkQ@giganews.com>...
> > Yes, what I meant to capture CGA text screen into filename.  MS-DOS
> > version 6.22 would be fine.
> >
> > --
> > Yours Truly,
> >
> > Bryan Parkoff
> > BParkoff@satx.rr.com
>
> DOS 6.22, eh?
>
> Got Qbasic? ;)
>
> 10 DEF SEG=&HB800
> 20 BSAVE "filename.ext",0,4000
>
> (NOTE: this is a dump of video memory including the color values and
everything.)
>
> -uso.