--- np2/romimage/Attic/sxsibios.asm 2003/12/29 05:52:43 1.3 +++ np2/romimage/Attic/sxsibios.asm 2004/01/13 05:30:58 1.5 @@ -61,7 +61,7 @@ sxsi_init: push ds mov ds:[04bah], bh mov bl, bh mov bh, 0 - mov bl, 0fh + and bl, 0fh mov byte ptr ds:[bx+04d0h],45h pop bx push ax @@ -79,7 +79,9 @@ sxsi_bios: cld mov cx, 8 mov si, offset sxsibiosstr mov dx, 07efh + cli rep outsb + sti pop ax pop bx pop cx