Diff for /xmil/vram/makesub.h between versions 1.1 and 1.2

version 1.1, 2004/08/07 07:19:56 version 1.2, 2004/08/08 09:12:06
Line 39  void makeatr_pcg16(UINT8 *dst, UINT cnt, Line 39  void makeatr_pcg16(UINT8 *dst, UINT cnt,
   
 // ---- make character  // ---- make character
   
 UINT32 makechr8(UINT8 *dst, UINT pos, UINT count, REG8 udtmp);  void makechr8(UINT8 *dst, UINT pos, UINT count, REG8 udtmp);
 UINT32 makechr16(UINT8 *dst, UINT pos, UINT count, REG8 udtmp);  void makechr16(UINT8 *dst, UINT pos, UINT count, REG8 udtmp);
   
   
 // ---- make mixer  // ---- make mixer

Removed from v.1.1  
changed lines
  Added in v.1.2


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