Diff for /np2/romimage/BIOS/vect09.x86 between versions 1.2 and 1.3

version 1.2, 2004/04/01 13:19:00 version 1.3, 2004/04/02 19:31:27
Line 18  vect09:   sti Line 18  vect09:   sti
                                 mov             al, 0x20                                  mov             al, 0x20
                                 out             0x00, al                                  out             0x00, al
                                 cmp             ah, 0x60                                  cmp             ah, 0x60
                                 je              short .int5  
                                 cmp             ah, 0x61  
                                 je              short .int6                                  je              short .int6
                                   cmp             ah, 0x61
                                   je              short .int5
                                 pop             ax                                  pop             ax
                                 iret                                  iret
 .err:                   cmp             byte [0x0529], 3  .err:                   cmp             byte [0x0529], 3

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


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