diff level1/modules/co32.asm @ 1736:fd288a57f6ab

CO51 additions by Phill
author boisy
date Fri, 03 Dec 2004 01:00:21 +0000
parents e26f7d2e40df
children
line wrap: on
line diff
--- a/level1/modules/co32.asm	Sun Nov 28 20:16:37 2004 +0000
+++ b/level1/modules/co32.asm	Fri Dec 03 01:00:21 2004 +0000
@@ -48,7 +48,7 @@
          os9   F$SRtMem 	return to system
          puls  u		restore U
          ldb   <V.COLoad,u
-         andb  #$FD
+         andb  #~ModCo32
          bra   L0086
 * Init
 Init     pshs  y,x		save regs
@@ -82,7 +82,7 @@
          sta   <V.Chr1,u	only referenced here ??
          lbsr  ClrScrn		clear the screen
          ldb   <V.COLoad,u
-         orb   #$02		set to CO32 found (?)
+         orb   #ModCo32		set to CO32 found (?)
 L0086    stb   <V.COLoad,u
          clrb  
          puls  pc,y,x