Diff for /np2/win9x/x86/np2asm.inc between versions 1.7 and 1.10

version 1.7, 2004/01/05 05:04:54 version 1.10, 2004/01/25 05:41:29
Line 1 Line 1
   
 USE_EGCASM              equ             1  USE_EGCASM              equ             1
 USE_HIMEM               equ             1  USE_HIMEM               equ             0110000h
   
 EARG1                   equ             4  EARG1                   equ             4
 EARG2                   equ             (EARG1+4)  EARG2                   equ             (EARG1+4)
Line 67  GDCCMD_MAX  equ  32 Line 67  GDCCMD_MAX  equ  32
 .LDTRC                  resb    6  .LDTRC                  resb    6
 .TR                             resw    1  .TR                             resw    1
 .TRC                    resb    6  .TRC                    resb    6
                                   resb    2
   
 .cpu_type               resb    1  .cpu_type               resb    1
 .itfbank                resb    1  .itfbank                resb    1
   .ram_d0                 resw    1
 .remainclock    resd    1  .remainclock    resd    1
 .baseclock              resd    1  .baseclock              resd    1
 .clock                  resd    1  .clock                  resd    1
   
 .ext                    resd    1  .ext                    resd    1
 .extsize                resd    1  .extsize                resd    1
   .ems                    resd    4
 .repbak                 resd    1  .repbak                 resd    1
 .inport                 resd    1  .inport                 resd    1
                                 endstruc                                  endstruc
Line 131  GDCCMD_MAX  equ  32 Line 134  GDCCMD_MAX  equ  32
 .tile_e                 resw    1  .tile_e                 resw    1
                                 endstruc                                  endstruc
   
                                 struc   extmem_t  
 .maxmem                 resd    1  
 .pageptr                resd    4  
 .target                 resd    1  
 .page                   resd    4  
                                 endstruc  
   
                                 struc   cgwin_t                                  struc   cgwin_t
 .low                    resd    1  .low                    resd    1
 .high                   resd    1  .high                   resd    1
Line 168  GDCCMD_MAX  equ  32 Line 164  GDCCMD_MAX  equ  32
 .func                   resd    1  .func                   resd    1
 .remain                 resd    1  .remain                 resd    1
 .stack                  resd    1  .stack                  resd    1
                                 resd    4  
 .buf                    resb    (4096/8 + 4*4)  
                                 resd    4  
 .inptr                  resd    1  .inptr                  resd    1
 .outptr                 resd    1  .outptr                 resd    1
 .mask2                  resw    1  .mask2                  resw    1
Line 179  GDCCMD_MAX  equ  32 Line 172  GDCCMD_MAX  equ  32
 .dstbit                 resb    1  .dstbit                 resb    1
 .sft8bitl               resb    1  .sft8bitl               resb    1
 .sft8bitr               resb    1  .sft8bitr               resb    1
   
                                   resd    4
   .buf                    resb    (4096/8 + 4*4)
                                   resd    4
                                 endstruc                                  endstruc
   
                                 struc   dsync_t                                  struc   dsync_t

Removed from v.1.7  
changed lines
  Added in v.1.10


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