Skip to content

Commit

Permalink
Removed red markers which was crashing Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Robson committed Apr 9, 2024
1 parent eb7b3cc commit bed6a93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions emulator/src/core/sys_debugger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ void DBGXRender(int *address,int showDisplay) {
}
}
}
for (int y; y < 240/8;y++) {
rc2.x = r.x + r.w + 4;
rc2.y = r.y + y * ys * 8 + 2;
rc2.w = xs * 2;rc2.h = ys * 8 - 4;
GFXRectangle(&rc2,isExtArray[y] ? 0x0F0 : 0xF00);
}
// for (int y; y < 240/8;y++) {
// rc2.x = r.x + r.w + 4;
// rc2.y = r.y + y * ys * 8 + 2;
// rc2.w = xs * 2;rc2.h = ys * 8 - 4;
// GFXRectangle(&rc2,isExtArray[y] ? 0x0F0 : 0xF00);
// }
}
}
}
Binary file added examples/basic/examples/mixedassembler.bas
Binary file not shown.

0 comments on commit bed6a93

Please sign in to comment.