More minor fixes.

This commit is contained in:
OBattler
2020-03-24 02:34:20 +01:00
parent 9553559019
commit 98dd03f69d
2 changed files with 3 additions and 1 deletions

View File

@@ -162,6 +162,7 @@ i4x0_write(int func, int addr, uint8_t val, void *priv)
case INTEL_440FX:
regs[0x07] &= ~(val & 0xf9);
break;
#endif
case INTEL_440BX: case INTEL_440ZX:
regs[0x07] &= ~(val & 0xf0);
break;