increase dip switch dialog limit from 4 to 8 (only seems to affect newer GCC - hence why it was discovered previously)

This commit is contained in:
Barry Harris 2015-08-10 12:09:06 +00:00
parent fb5befd83f
commit 81663b24d8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
HWND hInpDIPSWDlg = NULL; // Handle to the DIPSW Dialog
static HWND hInpDIPSWList = NULL;
static unsigned char nPrevDIPSettings[4];
static unsigned char nPrevDIPSettings[8];
static unsigned int nDIPGroup;
static int nDIPOffset;