changeset 1347:89572d423498

Made case fixes
author boisy
date Wed, 17 Sep 2003 17:40:49 +0000
parents 31463a4ca9bf
children 8e804211cb25
files level2/modules/ram.asm level2/modules/vdgint.asm
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/level2/modules/ram.asm	Wed Sep 17 17:34:07 2003 +0000
+++ b/level2/modules/ram.asm	Wed Sep 17 17:40:49 2003 +0000
@@ -673,7 +673,7 @@
 
          ldu   <u0038,u 
          beq   L022A
-L020A    ldb   #$01 is now the same as F$AllRam loop in
+L020A    ldb   #$01 is now the same as F$AllRAM loop in
          ldx   ,u++ the Init routine
          beq   L0213 this fixed some loose
          os9   F$DelRAM ends mmap showed
--- a/level2/modules/vdgint.asm	Wed Sep 17 17:34:07 2003 +0000
+++ b/level2/modules/vdgint.asm	Wed Sep 17 17:40:49 2003 +0000
@@ -1698,13 +1698,13 @@
 BA010    inca			count up by one
          ldb   (VD.NBlk-VD.HiRes),y	get number of blocks
          pshs  a                needed to protect regA; RG.
-         os9   F$AlHRam		allocate a screen
+         os9   F$AlHRAM		allocate a screen
          puls  a
          bcs   DeAll		de-allocate ALL allocated blocks on error
          pshs  b		save starting block number of the screen
          andb  #$3F		keep block BL= block MOD 63
          pshs  b
-         addb   (VD.NBlk-VD.HiRes),y	add in the blcok size of the screen
+         addb   (VD.NBlk-VD.HiRes),y	add in the block size of the screen
          decb			in case last block is $3F,$7F,$BF,$FF; RG.
          andb  #$3F		(BL+S) mod 63 < BL? (overlap 512k bank)
          cmpb  ,s+		is all of it in this bank?