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

version 1.7, 2004/01/05 05:04:54 version 1.11, 2004/02/07 21:23:22
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 97  GDCCMD_MAX  equ  32 Line 100  GDCCMD_MAX  equ  32
 .s                              resb    gdcd_t_size  .s                              resb    gdcd_t_size
 .mode1                  resb    1  .mode1                  resb    1
 .mode2                  resb    1  .mode2                  resb    1
   .clock                  resb    1
   .crt15khz               resb    1
   .m_drawing              resb    1
   .s_drawing              resb    1
 .vsync                  resb    1  .vsync                  resb    1
 .vsyncint               resb    1  .vsyncint               resb    1
   .display                resb    1
   .bitac                  resb    1
   .reserved               resb    2
 .analog                 resd    1  .analog                 resd    1
 .palnum                 resd    1  .palnum                 resd    1
 .degpal                 resb    4  .degpal                 resb    4
 .anapal                 resd    16  .anapal                 resd    16
 .clock                  resb    1  .dispclock              resd    1
 .display                resb    1  .vsyncclock             resd    1
 .bitac                  resb    1  .rasterclock    resd    1
 .m_drawing              resb    1  .hsyncclock             resd    1
 .s_drawing              resb    1  
 .reserved               resb    3  
                                 endstruc                                  endstruc
   
                                 struc   gdcs_t                                  struc   gdcs_t
Line 131  GDCCMD_MAX  equ  32 Line 139  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 169  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 177  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.11


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