Mercurial > hg > Members > kono > nitros9-code
changeset 2007:ee587586c0ab
Drive motor now shut off before boot module returns to kernel
author | boisy |
---|---|
date | Fri, 03 Mar 2006 19:02:09 +0000 |
parents | 31ca1a8e9a3a |
children | 826227be45a1 |
files | level1/modules/boot_1773.asm |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/modules/boot_1773.asm Fri Mar 03 19:01:54 2006 +0000 +++ b/level1/modules/boot_1773.asm Fri Mar 03 19:02:09 2006 +0000 @@ -25,9 +25,13 @@ * * 7 2005/10/10 Boisy G. Pitre * Added fragmented bootfile support +* * 7 2005/10/13 Robert Gault * Changed timing loops for H6309L2 so that code shortened enough to * fit within the $1D0 boundary. +* +* 8 2006/03/03 Boisy G. Pitre +* Drive motors now turned off before returning to kernel. nam Boot ttl WD1773 Boot module @@ -79,7 +83,7 @@ tylg set Systm+Objct atrv set ReEnt+rev rev set $00 -edition set 7 +edition set 8 mod eom,name,tylg,atrv,start,size @@ -154,6 +158,7 @@ * Exit: Carry Clear = OK, Set = Error * B = error (Carry Set) HWTerm clrb + stb CONTROL,y turn off all drive motors (BGP) rts