test_pci.bas

Testing stuff for the PCI bus

Author

Marcel Sondaar

License

<Educational Purposes>

Summary
test_pci.basTesting stuff for the PCI bus
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