Diff for /np2/win9x/x86/makegrph.x86 between versions 1.3 and 1.4

version 1.3, 2004/07/22 11:31:32 version 1.4, 2004/07/26 18:52:55
Line 91  maketbl_4:  mov  [esi], eax Line 91  maketbl_4:  mov  [esi], eax
                                 mov             edi, _np2_vram                                  mov             edi, _np2_vram
                                 add             edi, [_dsync + dsync_t.grphvad]                                  add             edi, [_dsync + dsync_t.grphvad]
                                 and             ecx, 1                                  and             ecx, 1
                                 je              short adjustpage                                  je              short .adjustpage
                                 add             edi, SCRN_BUFSIZE                                  add             edi, SCRN_BUFSIZE
 adjustpage:             inc             cl  .adjustpage:    inc             cl
                                 mov             byte [esp+21], cl                               ; DISPPAGE                                  mov             byte [esp+21], cl                               ; DISPPAGE
                                 mov             ch, cl                                  mov             ch, cl
                                 movzx   eax, cx                                  movzx   eax, cx

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


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