bgatest.bas

Bochs Graphics Adapter test code

Author

Marcel Sondaar

License

<Educational Purposes>

Summary
bgatest.basBochs Graphics Adapter test code
Functions
PrintStringPrints a string to video memory

Functions

PrintString

Public Sub PrintString (As String,  
vram As Byte Ptr,  
offset as long =  0)

Prints a string to video memory

sthe string to be printed
vrampointer to video memory to print to
Public Sub PrintString (As String,  
vram As Byte Ptr,  
offset as long =  0)
Prints a string to video memory