diff --git a/ICL1900/icl1900_cpu.c b/ICL1900/icl1900_cpu.c index 5371619..9f345d2 100644 --- a/ICL1900/icl1900_cpu.c +++ b/ICL1900/icl1900_cpu.c @@ -1297,6 +1297,7 @@ branch: if ((RX & 04) == 0 && fovr) BV = 1; switch (RX & 06) { + default: case 0: n = (faccl | facch) != 0; break; case 2: n = (faccl & B0) != 0; break; case 4: n = fovr; break;