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

version 1.1, 2005/02/04 06:42:10 version 1.2, 2008/05/19 13:24:19
Line 41  void makechr16(UINT8 *dst, UINT pos, UIN Line 41  void makechr16(UINT8 *dst, UINT pos, UIN
   
 // ---- make mixer  // ---- make mixer
   
   #if defined(ADV_SIMULATE)
   void makemix_mixstep(BRESULT x2);
   void makemix_mixtext40(UINT8 *dst, const UINT8 *txt, UINT count);
   void makemix_mixgrph40(UINT8 *dst, const UINT8 *grp, UINT count);
   void makemix_mixtext80(UINT8 *dst, const UINT8 *txt, UINT count);
   void makemix_mixgrph80(UINT8 *dst, const UINT8 *grp, UINT count);
   #else
 void __attribute__((long_call)) makemix_mixstep(BRESULT x2);  void __attribute__((long_call)) makemix_mixstep(BRESULT x2);
 void __attribute__((long_call)) makemix_mixtext40(UINT8 *dst, const UINT8 *txt, UINT count);  void __attribute__((long_call)) makemix_mixtext40(UINT8 *dst, const UINT8 *txt, UINT count);
 void __attribute__((long_call)) makemix_mixgrph40(UINT8 *dst, const UINT8 *grp, UINT count);  void __attribute__((long_call)) makemix_mixgrph40(UINT8 *dst, const UINT8 *grp, UINT count);
 void __attribute__((long_call)) makemix_mixtext80(UINT8 *dst, const UINT8 *txt, UINT count);  void __attribute__((long_call)) makemix_mixtext80(UINT8 *dst, const UINT8 *txt, UINT count);
 void __attribute__((long_call)) makemix_mixgrph80(UINT8 *dst, const UINT8 *grp, UINT count);  void __attribute__((long_call)) makemix_mixgrph80(UINT8 *dst, const UINT8 *grp, UINT count);
   #endif
   
 #if 0  #if 0
 void makemix_mixtext(UINT8 *dst, UINT align, const UINT8 *txt, UINT count);  void makemix_mixtext(UINT8 *dst, UINT align, const UINT8 *txt, UINT count);

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


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