Diff for /np2/romimage/BIOS/BIOSFD80.ASM between versions 1.3 and 1.5

version 1.3, 2004/04/06 18:41:00 version 1.5, 2004/05/21 08:40:27
Line 61  section .table start=0x040 Line 61  section .table start=0x040
                 dw              sendeoi         ; 10                  dw              sendeoi         ; 10
                 dw              sendeoi         ; 11                  dw              sendeoi         ; 11
                 dw              bios12          ; 12                  dw              bios12          ; 12
                 dw              bios13          ; 13                  dw              vect13          ; 13
                 dw              sendeoi         ; 14                  dw              sendeoi         ; 14
                 dw              sendeoi         ; 15                  dw              sendeoi         ; 15
                 dw              sendeoi         ; 16                  dw              sendeoi         ; 16
Line 85  itfcall:  nop      ; 80 Line 85  itfcall:  nop      ; 80
   
                                 align   4                                  align   4
 biosinit:               nop                                             ; 84  biosinit:               nop                                             ; 84
                                 ret                                  jmp             biosmain2
   
                                 align   4                                  align   4
 bios09:                 nop                                             ; 88  bios09:                 nop                                             ; 88
Line 141  biosfdcwait: nop      ; b4 Line 141  biosfdcwait: nop      ; b4
 %include        'vect02.x86'  %include        'vect02.x86'
 %include        'vect08.x86'  %include        'vect08.x86'
 %include        'vect09.x86'  %include        'vect09.x86'
   %include        'vect13.x86'
 %include        'vect1a.x86'  %include        'vect1a.x86'
 %include        'vect1f.x86'  %include        'vect1f.x86'
   

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


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