Diff for /np2/romimage/BIOS/VECT13.X86 between versions 1.1 and 1.2

version 1.1, 2004/04/14 16:35:53 version 1.2, 2004/05/07 11:42:29
Line 32  vect13:   push ax Line 32  vect13:   push ax
                                 and             cl, al                                  and             cl, al
                                 shl             ah, cl                                  shl             ah, cl
   
   %if 0
                                 test    al, 0x80                                  test    al, 0x80
                                 je              short .setfddi                                  je              short .setfddi
                                 test    byte [es:0x055e], ah                                  test    byte [es:0x055e], ah
Line 39  vect13:   push ax Line 40  vect13:   push ax
 .droplp:                call    fdc_recvforce  .droplp:                call    fdc_recvforce
                                 je              short .droplp                                  je              short .droplp
                                 jmp             short .mainlp                                  jmp             short .mainlp
   %endif
   
 .setfddi:               or              byte [es:0x055e], ah  .setfddi:               or              byte [es:0x055e], ah
 .recvlp:                stosb  .recvlp:                stosb

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>