title: "vbmDrawDot" description: TRSE built-in method (from IDE help)
vbmDrawDot
Systems: VIC20
Parameters: b,b
vbmDrawDot( [byte-x], [byte-y] );
- [byte-x] - X position 0-159
- [byte-y] - Y position 0-191
Description
Draws a dot at the X and Y position.
Example
vbmDrawDot( 50, 100 );