X-Git-Url: http://cloudbase.mooo.com/gitweb/avrcpm.git/blobdiff_plain/4bd49b803d4fb81873a8fadb2ca7b9df461ab72b..12a27f27734b18ba4dea8d411095cf53c3870ef2:/avr/dsk_fsys.asm?ds=sidebyside diff --git a/avr/dsk_fsys.asm b/avr/dsk_fsys.asm index 057d523..0081468 100644 --- a/avr/dsk_fsys.asm +++ b/avr/dsk_fsys.asm @@ -283,7 +283,7 @@ dskDiskCheck: ldi temp,1 lcall clockput .endif - rcall mgr_init_partitions ;disk chanched? + rcall mgr_init_partitions ;disk changed? push temp .if 0 ldi temp2,0x40 @@ -1003,7 +1003,7 @@ dskdbgboot: dskdbg1: ldd temp,y+o_seekdsk subi temp,-('A') - rcall uartputc + lcall uartputc printstring ": trk " ldd temp2,y+o_seektrk+1 ldd temp,y+o_seektrk @@ -1385,7 +1385,7 @@ dsk_writehost: breq dsk_hstwr_err ldiw z,hostbuf - rcall mmcWriteSect + lcall mmcWriteSect tst temp brne dsk_hstwr_err