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


version 1.3 version 1.4
Line 170
 
Line 170
 .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_pent_tmap_scanline_per
 #else  #else
 .globl _asm_tmap_scanline_per  .globl _asm_pent_tmap_scanline_per
 #endif  #endif
   
 .extern _pixptr, _gr_fade_table, _write_buffer  .extern _pixptr, _gr_fade_table, _write_buffer
Line 217
 
Line 217
 //  //
   
 #ifdef __LINUX__  #ifdef __LINUX__
 asm_tmap_scanline_per:  asm_pent_tmap_scanline_per:
 #else  #else
 _asm_tmap_scanline_per:  _asm_pent_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