NES complete now (tested and conio test updated), replaces what is in #532
This commit is contained in:
@@ -59,6 +59,7 @@ void peektest(void)
|
||||
(void)textcolor(j);
|
||||
revers((j >> 1)&1);
|
||||
cputc('a' + j);
|
||||
rbuf[j] = (j >> 1)&1;
|
||||
}
|
||||
for (j = 0; j < NUMCOLS; ++j) {
|
||||
gotoxy(j, LINE_PEEKTEST);
|
||||
|
||||
Reference in New Issue
Block a user