changeset 3173:adcbab1e0f36

Enable lowercase for CoHR
author lfantoniosi
date Sat, 13 May 2017 23:17:11 -0700
parents 799037203bef
children 5fad6ee804ba
files level1/modules/vtio.asm
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/level1/modules/vtio.asm	Sat May 13 23:06:21 2017 -0700
+++ b/level1/modules/vtio.asm	Sat May 13 23:17:11 2017 -0700
@@ -977,7 +977,11 @@
          sta   <V.CurCo,u current module in use? ($02=CoVDG, $04=C080)
 L0600    rts             
                          
-GOCoHR   ldx   #$3318     51x24
+GOCoHR   ldb   #$10
+         stb   <V.CFlag,u
+         clr   <V.Caps,u 
+         lda   #ModCoHR   'CoHR is loaded' bit
+         ldx   #$3318     51x24
          pshs  u,y,x,a   
          leax  >CoHR,pcr 
          bra   SetupCoModule