changeset 309:a17a5e753f14

Changed compatibility byte to feature byte in init
author boisy
date Tue, 23 Jul 2002 13:50:55 +0000
parents 1d99e2771841
children 4df2bcadf651
files level2/modules/os9p1.asm
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/level2/modules/os9p1.asm	Tue Jul 23 13:49:56 2002 +0000
+++ b/level2/modules/os9p1.asm	Tue Jul 23 13:50:55 2002 +0000
@@ -992,7 +992,7 @@
          beq   NOCRC      if none, DON'T DO CRC checking ++ BGP
          endc  
 
-         lda   Compat1,x  get compat1 byte ++BGP
+         lda   Feature1,x get compat1 byte ++BGP
          bita  #CRCOn     test CRCOn bit ++BGP
          bne   L05CX      if set, check CRC ++BGP
 NOCRC    clra             else clra ++BGP