Diff for /np2/romimage/Attic/sxsibios.asm between versions 1.1 and 1.2

version 1.1, 2003/12/28 14:35:40 version 1.2, 2003/12/29 05:16:06
Line 67  sxsi_init:  push ds Line 67  sxsi_init:  push ds
                                 push    ax                                  push    ax
                                 mov             ax, 0300h                                  mov             ax, 0300h
                                 int             1bh                                  int             1bh
                                   mov             ax, 0320h
                                   int             1bh
                                 pop             ax                                  pop             ax
                                 pop             ds                                  pop             ds
                                 retf                                  retf

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


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