Difference for texmap/tmapppro.S from version 1.3 to 1.4


version 1.3 version 1.4
Line 160
 
Line 160
 .equ _fx_dl_dx, fx_dl_dx  .equ _fx_dl_dx, fx_dl_dx
 .equ _Transparency_on, Transparency_on  .equ _Transparency_on, Transparency_on
   
 .globl asm_tmap_scanline_per  .globl asm_ppro_tmap_scanline_per
 #else  #else
 .globl _asm_tmap_scanline_per  .globl _asm_ppro_tmap_scanline_per
 #endif  #endif
   
 .extern _pixptr, _gr_fade_table, _write_buffer  .extern _pixptr, _gr_fade_table, _write_buffer
Line 203
 
Line 203
 //  //
   
 #ifdef __LINUX__  #ifdef __LINUX__
 asm_tmap_scanline_per:  asm_ppro_tmap_scanline_per:
 #else  #else
 _asm_tmap_scanline_per:  _asm_ppro_tmap_scanline_per:
 #endif  #endif
   
 // Save registers the compiler might be using.  // Save registers the compiler might be using.

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