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