GWRAM.SYSTEM/ramtestpat.c
2020-09-06 00:00:50 -04:00

4 lines
95 B
C

#define RAMTESTPAT_SIZE 4097
char ramtestpat[RAMTESTPAT_SIZE] = {
1, 2, 3, 4, 5, 6, 7, 8, 9
};