Diff for /np2/romimage/Attic/sxsibios.asm between versions 1.4 and 1.5

version 1.4, 2004/01/05 12:54:56 version 1.5, 2004/01/13 05:30:58
Line 79  sxsi_bios:  cld Line 79  sxsi_bios:  cld
                                 mov             cx, 8                                  mov             cx, 8
                                 mov             si, offset sxsibiosstr                                  mov             si, offset sxsibiosstr
                                 mov             dx, 07efh                                  mov             dx, 07efh
                                   cli
                                 rep outsb                                  rep outsb
                                   sti
                                 pop             ax                                  pop             ax
                                 pop             bx                                  pop             bx
                                 pop             cx                                  pop             cx

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


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