changeset 1302:bbe8a442f9a6

Bt.Start and Bt.Size now used
author boisy
date Mon, 01 Sep 2003 20:47:55 +0000
parents 4a50c6fb28b2
children 0006715970b5
files level1/cmds/cobbler_d64.asm
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/level1/cmds/cobbler_d64.asm	Mon Sep 01 19:54:24 2003 +0000
+++ b/level1/cmds/cobbler_d64.asm	Mon Sep 01 20:47:55 2003 +0000
@@ -21,8 +21,6 @@
 atrv     set   ReEnt+rev
 rev      set   $01
 edition  set   6
-os9start equ  $EF00
-os9size  equ  $0F80
 
          mod   eom,name,tylg,atrv,start,size
 
@@ -175,8 +173,8 @@
          anda  #$90
          eora  #$90
          bne   NotAllo
-         ldx   #os9start    Address of kernel in RAM
-         ldy   #os9size     Amount to write
+         ldx   #Bt.Start    Address of kernel in RAM
+         ldy   #Bt.Size     Amount to write
          lda   <DevFd
          os9   I$Write  
          bcs   ETrack