graphics files

 BBS: Inland Empire Archive
Date: 09-16-92 (19:28)             Number: 377
From: SCOTT DRYSDALE               Refer#: NONE
  To: TANTHALAS                     Recvd: NO  
Subj: graphics files                 Conf: (2) Quik_Bas
Hi.
  Is "Tanthalas" your real name?  Anyways the answer to your question is...

SCREEN 13
Dographics:
SaveVGA:
        DEF SEG = &HA000
        BSAVE "Filename.Bin", 0, 65535
LoadVGA
        DEF SEG = &HA000
        BLOAD "filename.bin"


  Now I hope your palettes are the "default" or else you
have to save and load them into a different file... but
this is quick, and smaller then 240k.


--- Maximus 2.01wb
 * Origin: The BULLpen BBS * Intel 14.4EX (613)549-5168 (1:249/140)
Outer Court
Echo Basic Postings

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