| 457 | } |
| 458 | |
| 459 | void UnloadTableFile(){ |
| 460 | for(int i = 0;i < 256;i++){ |
| 461 | int j = i; |
| 462 | if(j < 0x20) j = 0x2E; |
| 463 | // if(j > 0x7e) j = 0x2E; |
| 464 | chartable[i] = j; |
| 465 | } |
| 466 | TableFileLoaded = 0; |
| 467 | return; |
| 468 | } |
| 469 | void UpdateMemoryView(int draw_all) |
| 470 | { |
| 471 | if (!hMemView) return; |
no outgoing calls
no test coverage detected