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