mach64test.bas

Mach64 poking stuff

Author

Marcel Sondaar

License

<Educational Purposes>

Summary
mach64test.basMach64 poking stuff
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