1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-13 15:27:04 +00:00

ICL1900: Removed more compiler warnings.

This commit is contained in:
Richard Cornwell 2020-10-09 19:55:44 -04:00
parent e9ba72da9e
commit 01189480b9

View File

@ -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;