diff --git a/src/video/vid_et4000w32.c b/src/video/vid_et4000w32.c index 66250d248..c4480abbc 100644 --- a/src/video/vid_et4000w32.c +++ b/src/video/vid_et4000w32.c @@ -257,7 +257,7 @@ void et4000w32p_out(uint16_t addr, uint8_t val, void *p) if (et4000->pci) { et4000->linearbase &= 0xc0000000; - et4000->linearbase = (val & 0xfc) << 22; + et4000->linearbase |= (val & 0xfc) << 22; } else {