comparison level2/modules/w3.asm @ 3146:e84cb928b2ef

Use modified w1-w6 window definitions on CoCo3FPGA They are all 80x24 type 2 on this platform.
author Bill Pierce <merlinious999@gmail.com>
date Sat, 04 Feb 2017 18:33:07 +0100
parents 2071c1c4b6c8
children
comparison
equal deleted inserted replaced
3145:0c5b16b0b65d 3146:e84cb928b2ef
20 tylg set Devic+Objct 20 tylg set Devic+Objct
21 atrv set ReEnt+rev 21 atrv set ReEnt+rev
22 rev set $00 22 rev set $00
23 23
24 * Window descriptor definitions 24 * Window descriptor definitions
25 IFNE CC3FPGA
26 szx set 80 number of columns for display
27 szy set 24 number for rows for display
28 sty set 2 window type
29 cpx set 0 x cursor position
30 cpy set 0 y cursor position
31 ELSE
25 szx set 40 number of columns for display 32 szx set 40 number of columns for display
26 szy set 12 number for rows for display 33 szy set 12 number for rows for display
27 sty set $FF window type 34 sty set $FF window type
28 cpx set 0 x cursor position 35 cpx set 0 x cursor position
29 cpy set 12 y cursor position 36 cpy set 12 y cursor position
37 ENDC
30 IFNE ALTCOLOR 38 IFNE ALTCOLOR
31 prn1 set Green. foreground color 39 prn1 set Green. foreground color
32 prn2 set Black. background color 40 prn2 set Black. background color
33 prn3 set Black. border color 41 prn3 set Black. border color
34 ELSE 42 ELSE