| 141 | #define MAX_CONDITION_SIZE 200 |
| 142 | |
| 143 | void UpdateOtherDebuggingDialogs() |
| 144 | { |
| 145 | //adelikat: This updates all the other dialogs such as ppu, nametable, logger, etc in one function, should be applied to all the step type buttons |
| 146 | NTViewDoBlit(0); //Nametable Viewer |
| 147 | UpdateLogWindow(); //Trace Logger |
| 148 | UpdateCDLogger(); //Code/Data Logger |
| 149 | PPUViewDoBlit(); //PPU Viewer |
| 150 | } |
| 151 | |
| 152 | #define DISASM_DEFAULT_WIDTH (debuggerIDAFont ? 540 : 470) |
| 153 |
no test coverage detected