
********************************************************************************
*
* +----------------+
* | ENGLISH  INFO  |  (Deutsche Info: Siehe unten)
* +----------------+
*
* BitMap - BMP Loader in QBasic by Danny @ VirtuaSoft
* ===========================================================================
* Loads 1-bit, 4-bit, and 8-bit BMPs in VGA; an accelerated update to the one
* on every web site - courtesy of VirtuaSoft. Generates the apprpriate file
* for use with the QBasic Graphics PUT command to display the loaded BMP picture
* by your QBasic program
*
*-------------------------------------------------------------------------------
*
* +---------------+
* | DEUTSCHE INFO |
* +---------------+
*
* BitMap - BMP Loader in QBasic von Danny @ VirtuaSoft
* ==============================================================================
* Ldt 1Bit, 4-Bit und 8-Bit BMP-Bilder und zeigt sie auf dem VGA-Bildschirm an.
* Das Programm erzeugt auch gleich die "mundgerechten" Daten fr die sptere
* Anzeige des Bildes aus Ihrem QBasic-Programm heraus ber den Grafik-PUT-Befehl.
* 
*-------------------------------------------------------------------------------
*
*   \         (c) Thomas Antoni, 20.11.2000 
*    \ /\           Mailto:thomas@antonis.de
*    ( )            http://www.antonis.de   
*  .( o ).
*                        ----==== Hottest QBasic Stuff on Earth !!! ====----
*
********************************************************************************








