SiS 471: Remove the completely wrong changes to register 0x00, fixes the DEC Venturis.

This commit is contained in:
OBattler
2025-08-04 12:21:52 +02:00
parent 2f3cee1806
commit df01ed4e4d

View File

@@ -596,15 +596,6 @@ sis_85c4xx_out(uint16_t port, uint8_t val, void *priv)
switch (rel_reg) {
case 0x00:
if (dev->is_471) {
if (val & 0x01) {
kbc_at_set_fast_reset(0);
cpu_cpurst_on_sr = 1;
} else {
kbc_at_set_fast_reset(1);
cpu_cpurst_on_sr = 0;
}
}
break;
case 0x01: