diff level2/modules/w3.asm @ 3138:2071c1c4b6c8

New ALTCOLOR flag for window descriptors 1-7 & term_win40/80 Allows building with more readable default colors.
author Bill Pierce <merlinious999@gmail.com>
date Sat, 04 Feb 2017 02:10:37 +0100
parents b8c7b7fbf3c9
children e84cb928b2ef
line wrap: on
line diff
--- a/level2/modules/w3.asm	Sat Feb 04 02:10:36 2017 +0100
+++ b/level2/modules/w3.asm	Sat Feb 04 02:10:37 2017 +0100
@@ -27,9 +27,15 @@
 sty      set   $FF        window type
 cpx      set   0          x cursor position
 cpy      set   12         y cursor position
+	IFNE   ALTCOLOR
+prn1     set   Green.     foreground color
+prn2     set   Black.     background color
+prn3     set   Black.     border color
+	ELSE
 prn1     set   Black.     foreground color
 prn2     set   Cyan.      background color
 prn3     set   Blue.      border color
+	ENDC
 
          mod   eom,name,tylg,atrv,mgrnam,drvnam