Diff for /np2/romimage/TEXTDISP.X86 between versions 1.1 and 1.2

version 1.1, 2003/12/10 12:48:09 version 1.2, 2004/01/31 20:05:23
Line 104  textoutcsp2: add  ax, ax Line 104  textoutcsp2: add  ax, ax
                                 push    si                                  push    si
                                 mov             si, ax                                  mov             si, ax
                                 mov             si, cs:KEYTABLE[si]                                  mov             si, cs:KEYTABLE[si]
                                 push    offset textoutcspe                                  mov             ax, offset textoutcspe
                                   push    ax
                                 push    dx                                  push    dx
                                 jmps    textoutcslp                                  jmps    textoutcslp
 textoutcspe:    pop             si  textoutcspe:    pop             si
Line 169  textoutskp2: add  ax, ax Line 170  textoutskp2: add  ax, ax
                                 push    si                                  push    si
                                 mov             si, ax                                  mov             si, ax
                                 mov             si, cs:KEYTABLE[si]                                  mov             si, cs:KEYTABLE[si]
                                 push    offset textoutskppe                                  mov             ax, offset textoutskppe
                                   push    ax
                                 push    dx                                  push    dx
                                 jmps    textoutskplp                                  jmps    textoutskplp
 textoutskppe:   pop             si  textoutskppe:   pop             si
Line 191  textoutskpka: inc  si Line 193  textoutskpka: inc  si
   
   
   
   
   
   
   
   
   
   
 ; ---------------------------------------------------------------------------  ; ---------------------------------------------------------------------------
   
 ; boxclear: ¹õ¿§¤Îboxfill - in: adrs->di, y->ch x->cl  ; boxclear: ¹õ¿§¤Îboxfill - in: adrs->di, y->ch x->cl

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


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