Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
19
Task/Colour-bars-Display/BBC-BASIC/colour-bars-display.basic
Normal file
19
Task/Colour-bars-Display/BBC-BASIC/colour-bars-display.basic
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
SW_MAXIMIZE = 3
|
||||
SYS "ShowWindow", @hwnd%, SW_MAXIMIZE
|
||||
VDU 26
|
||||
|
||||
W% = @vdu%!208 / 4
|
||||
H% = @vdu%!212 * 2
|
||||
|
||||
COLOUR 1,9
|
||||
COLOUR 2,10
|
||||
COLOUR 3,12
|
||||
COLOUR 4,13
|
||||
COLOUR 5,14
|
||||
COLOUR 6,11
|
||||
COLOUR 7,15
|
||||
|
||||
FOR C% = 0 TO 7
|
||||
GCOL C%
|
||||
RECTANGLE FILL C%*W%, 0, W%, H%
|
||||
NEXT
|
||||
Loading…
Add table
Add a link
Reference in a new issue