rawvgatk.bas

Implementation of a bunch of VGA-specific widgets toolkit

Author

Marcel Sondaar

License

Public Domain

Summary
rawvgatk.basImplementation of a bunch of VGA-specific widgets toolkit
Functions
PrintStringPrints a string to video memory

Functions

PrintString

Sub PrintString (ByRef s As String,  
ByVal offset as long =  0,
ByVal colour as byte =  &H17)

Prints a string to video memory

sthe string to be printed
vrampointer to video memory to print to
Sub PrintString (ByRef s As String,  
ByVal offset as long =  0,
ByVal colour as byte =  &H17)
Prints a string to video memory