# HG changeset patch # User boisy # Date 1062433555 0 # Node ID bfb91dc51fb6065909483e6c8a5e899ed501e681 # Parent e0e36965b7486728063c6b4723e080ea1a6fba72 BTStart is now Bt.Start diff -r e0e36965b748 -r bfb91dc51fb6 level1/modules/kernel.asm --- a/level1/modules/kernel.asm Mon Sep 01 16:25:39 2003 +0000 +++ b/level1/modules/kernel.asm Mon Sep 01 16:25:55 2003 +0000 @@ -182,7 +182,7 @@ bne L00C2 nope, not RAM here! std ,y else restore org contents leax >$0100,y check top of next 256 block - cmpx #BTStart stop short of boot track mem + cmpx #Bt.Start stop short of boot track mem bcs ChkRAM leay ,x * Here, Y = end of RAM diff -r e0e36965b748 -r bfb91dc51fb6 level1/modules/oscode.asm --- a/level1/modules/oscode.asm Mon Sep 01 16:25:39 2003 +0000 +++ b/level1/modules/oscode.asm Mon Sep 01 16:25:55 2003 +0000 @@ -66,13 +66,13 @@ beq L266E leau >Start,pcr - ldx #$FE80-BTStart - ldy #BTStart + ldx #$FE80-Bt.Start + ldy #Bt.Start L2663 lda ,u+ sta ,y+ leax -1,x bne L2663 - jmp >BTStart+L266E + jmp >Bt.Start+L266E L266E leax