diff 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
line wrap: on
line diff
--- a/level2/modules/w3.asm	Sat Feb 04 18:33:07 2017 +0100
+++ b/level2/modules/w3.asm	Sat Feb 04 18:33:07 2017 +0100
@@ -22,11 +22,19 @@
 rev      set   $00
 
 * Window descriptor definitions
+	IFNE   CC3FPGA
+szx      set   80         number of columns for display
+szy      set   24         number for rows for display
+sty      set   2          window type
+cpx      set   0          x cursor position
+cpy      set   0          y cursor position
+	ELSE
 szx      set   40         number of columns for display
 szy      set   12         number for rows for display
 sty      set   $FF        window type
 cpx      set   0          x cursor position
 cpy      set   12         y cursor position
+	ENDC
 	IFNE   ALTCOLOR
 prn1     set   Green.     foreground color
 prn2     set   Black.     background color