Difference for texmap/tmappent.S from version 1.2 to 1.3


version 1.2 version 1.3
Line 152
 
Line 152
  // (ready to start the next division)   // (ready to start the next division)
 .endm  .endm
   
 #ifndef __MSDOS__  #ifdef __LINUX__
 .equ _pixptr, pixptr  .equ _pixptr, pixptr
 .equ _gr_fade_table, gr_fade_table  .equ _gr_fade_table, gr_fade_table
 .equ _write_buffer, write_buffer  .equ _write_buffer, write_buffer
Line 216
 
Line 216
 // void c_tmap_scanline_per(void)  // void c_tmap_scanline_per(void)
 //  //
   
 #ifndef __MSDOS__  #ifdef __LINUX__
 asm_tmap_scanline_per:  asm_tmap_scanline_per:
 #else  #else
 _asm_tmap_scanline_per:  _asm_tmap_scanline_per:

Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3