NES complete now (tested and conio test updated), replaces what is in #532

This commit is contained in:
mrdudz
2025-05-24 19:19:49 +02:00
parent 6628c4ff43
commit 228316ff58
6 changed files with 85 additions and 36 deletions

View File

@@ -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);