Diff for /xmil/vram/makeatr.c between versions 1.1 and 1.2

version 1.1, 2004/08/07 07:19:56 version 1.2, 2004/08/08 16:39:04
Line 211  void makeatr_pcg8(UINT8 *dst, UINT cnt, Line 211  void makeatr_pcg8(UINT8 *dst, UINT cnt,
         if (atr & 4) {          if (atr & 4) {
                 (*fn)(dst, dst + cnt, src + 0x1000);                  (*fn)(dst, dst + cnt, src + 0x1000);
         }          }
         if (atr & X1ATR_REVERSE) {          if (atr & TRAMATR_REVERSE) {
                 dst -= MAKETEXT_ROW * 2;                  dst -= MAKETEXT_ROW * 2;
                 cnt = (cnt + 3) >> 2;                  cnt = (cnt + 3) >> 2;
                 do {                  do {
Line 237  void makeatr_pcg16(UINT8 *dst, UINT cnt, Line 237  void makeatr_pcg16(UINT8 *dst, UINT cnt,
         if (atr & 4) {          if (atr & 4) {
                 (*fn)(dst, dst + cnt, src + 0x1000);                  (*fn)(dst, dst + cnt, src + 0x1000);
         }          }
         if (atr & X1ATR_REVERSE) {          if (atr & TRAMATR_REVERSE) {
                 dst -= MAKETEXT_ROW * 2;                  dst -= MAKETEXT_ROW * 2;
                 cnt = (cnt + 3) >> 2;                  cnt = (cnt + 3) >> 2;
                 do {                  do {

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


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