--- np2/io/cgrom.c 2004/03/28 19:50:25 1.9 +++ np2/io/cgrom.c 2004/03/30 07:12:03 1.10 @@ -112,12 +112,11 @@ const BYTE *ptr; cr = &cgrom; ptr = fontrom; - TRACEOUT(("read code = %.4x", cr->code)); if ((cr->code & 0x00fc) == 0x0008) { - if (cr->lr) { +// if (cr->lr) { ptr += (cr->code & 0x7f7f) << 4; return(ptr[cr->line & 0x0f]); - } +// } } else if (cr->code & 0xff00) { ptr += (cr->code & 0x7f7f) << 4;