NEAT: Fix alternate A20 gate, fixes #5168.

This commit is contained in:
OBattler
2025-02-16 05:57:28 +01:00
parent 4768b3b6fb
commit 32c040f8fa

View File

@@ -845,7 +845,7 @@ neat_write(uint16_t port, uint8_t val, void *priv)
dev->ems_size);
}
mem_a20_key = val & RB12_GA20;
mem_a20_alt = val & RB12_GA20;
mem_a20_recalc();
break;