BBS: Inland Empire Archive Date: 11-19-92 (05:56) Number: 329 From: RICH GELDREICH Refer#: NONE To: CHRISTOPHER YOUNG Recvd: NO Subj: Re: Saving screens Conf: (2) Quik_Bas
> Perhaps someone else in this echo knows the actual amounts.. I don't
> normally deal with graphics but have used the bsave/bload at one time
> or another.. hope that helps a little.. break out the calculator!
Screen 13 is 64,000 bytes long:
size=(xsize*ysize*bitspixel)/8
or
size=(320*200*8)/8
The 16 color modes are a little tricky, because they are planar
modes. You've got to use a few OUT's to save each video plane(most
people just use GET, save the array, then load the array back in and use
PUT.)
Rich
--- MsgToss 2.0b
* Origin: Computer Co-Op - Voorhees, NJ | Ted Hare (1:266/29)

Books at Amazon:
Back to BASIC: The History, Corruption, and Future of the Language
Hackers: Heroes of the Computer Revolution (including Tiny BASIC)
Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution
The Advent of the Algorithm: The Idea that Rules the World
Moths in the Machine: The Power and Perils of Programming
Mastering Visual Basic .NET