diff options
author | Attila Veghelyi <works@veghelyiattila.hu> | 2025-06-09 17:25:22 +0200 |
---|---|---|
committer | Attila Veghelyi <works@veghelyiattila.hu> | 2025-06-09 17:25:22 +0200 |
commit | a047db1259d3822b554d300ecc48fb2052bfc849 (patch) | |
tree | 87f05bec0b981ab40b24cd887d860b66cad57bd1 /common.h | |
parent | 0259dec75bd7b43b0d74fe90ad061f74b5177c86 (diff) | |
download | OpenProgrammer-a047db1259d3822b554d300ecc48fb2052bfc849.tar.gz OpenProgrammer-a047db1259d3822b554d300ecc48fb2052bfc849.zip |
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -121,9 +121,10 @@ extern char LogFileName[512]; extern char loadfile[512],savefile[512]; extern WORD *memCODE_W; extern int size,sizeW,sizeEE,sizeCONFIG,sizeUSERID; -extern unsigned char *memCODE,*memEE,memID[64],memCONFIG[48],memUSERID[8]; +extern unsigned char *memCODE,*memEE,memID[512],memCONFIG[48],memUSERID[8]; extern double hvreg; extern int RWstop; +extern int useSAFLOCK_flag; int StartHVReg(double V); void msDelay(double delay); |