mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2025-08-15 09:27:22 +00:00
Use 256 characters for ChapMapMultiColorConverter
This commit is contained in:
@@ -47,7 +47,7 @@ public class CharMapMultiColorConverter extends CharMapConverter {
|
|||||||
// 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 3, 0, 1, 4,0 };
|
// 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 3, 0, 1, 4,0 };
|
||||||
for (int y1 = 0; y1 < data.getParameters().getRows(); y1++) {
|
for (int y1 = 0; y1 < data.getParameters().getRows(); y1++) {
|
||||||
for (int x1 = 0; x1 < data.getParameters().getColumns(); x1++) {
|
for (int x1 = 0; x1 < data.getParameters().getColumns(); x1++) {
|
||||||
int c = data.getSourceFileByte(CHAR_MAP_FILE, offset++) & 127;
|
int c = data.getSourceFileByte(CHAR_MAP_FILE, offset++);
|
||||||
if (c < 0) {
|
if (c < 0) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user