changeset 1592:ad9f45622a19

comment updates
author boisy
date Thu, 27 May 2004 17:25:27 +0000
parents 4e2aad6b55bd
children d87e5e9b4f1b
files level2/cmds/makefile level2/coco3/ChangeLog level2/coco3_6309/ChangeLog level2/modules/keydrv_cc3.asm level2/modules/vdgint.asm
diffstat 5 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/level2/cmds/makefile	Thu May 27 17:24:34 2004 +0000
+++ b/level2/cmds/makefile	Thu May 27 17:25:27 2004 +0000
@@ -16,7 +16,7 @@
 
 SHELLMODS	= shellplus date deiniz echo iniz link load save unlink
 UTILPAK1	= attr build copy del deldir dir display list makdir mdir \
-		merge mfree procs rename sleep tmode
+		merge mfree procs rename tmode
 
 ALLOBJS		= $(CMDS) $(SUBS)
 
--- a/level2/coco3/ChangeLog	Thu May 27 17:24:34 2004 +0000
+++ b/level2/coco3/ChangeLog	Thu May 27 17:25:27 2004 +0000
@@ -4,6 +4,7 @@
 - cc3disk has been renamed to rb1773 and has been back-ported to NitrOS-9 Level 1.
 - grfint.io now exists and can be used to replace windint.io in bootfiles where
   Multi-Vue windowing functionality is not needed, in order to save system RAM.
+- The copy command now has write verification with -v.
 - term_t1.dd has been renamed to term_sio.dd and term_sc6551.dd has been added.
 NitrOS-9/6809 Level 2 V03.02.01 (May 14, 2004):
 - Bugs in the mpi and megaread utilities have been fixed.
--- a/level2/coco3_6309/ChangeLog	Thu May 27 17:24:34 2004 +0000
+++ b/level2/coco3_6309/ChangeLog	Thu May 27 17:25:27 2004 +0000
@@ -4,6 +4,7 @@
 - cc3disk has been renamed to rb1773 and has been back-ported to NitrOS-9 Level 1.
 - grfint.io now exists and can be used to replace windint.io in bootfiles where
   Multi-Vue windowing functionality is not needed, in order to save system RAM.
+- The copy command now has write verification with -v.
 - term_t1.dd has been renamed to term_sio.dd and term_sc6551.dd has been added.
 NitrOS-9/6809 Level 2 V03.02.01 (May 14, 2004):
 - Bugs in the mpi and megaread utilities have been fixed.
--- a/level2/modules/keydrv_cc3.asm	Thu May 27 17:24:34 2004 +0000
+++ b/level2/modules/keydrv_cc3.asm	Thu May 27 17:25:27 2004 +0000
@@ -151,7 +151,7 @@
          beq   L00C5		adjust offset for CONTROL entry
          addb  #$02      
 L00C5    ldx   <G.CurDev	point X to device's static memory
-         lda   <$22,x		key sense flag
+         lda   <V.KySnsFlg,x	key sense flag
          beq   L00D0		not set so go
          cmpb  #$11		spacebar
          ble   L00F3		must be an arrow so go
--- a/level2/modules/vdgint.asm	Thu May 27 17:24:34 2004 +0000
+++ b/level2/modules/vdgint.asm	Thu May 27 17:25:27 2004 +0000
@@ -1552,7 +1552,7 @@
 XY2Addr  pshs  y,b,a		save off
          ldb   <VD.Mode,u	get video mode
          bpl   L0A60		branch if 128x192 (divide A by 4)
-         lsra			else divide A by 6
+         lsra			else divide A by 8
 L0A60    lsra
          lsra
          pshs  a		save on stack