From 51572530ff470162c8597b1fc53ca8cf483f30b6 Mon Sep 17 00:00:00 2001 From: nerd73 Date: Fri, 5 Jun 2020 10:28:03 -0600 Subject: [PATCH] Remove waitstates from register 02. --- src/chipset/opti5x7.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chipset/opti5x7.c b/src/chipset/opti5x7.c index e725e67eb..4a83ed98d 100644 --- a/src/chipset/opti5x7.c +++ b/src/chipset/opti5x7.c @@ -63,7 +63,6 @@ opti5x7_write(uint16_t addr, uint8_t val, void *priv) dev->regs[dev->cur_reg] = val; if (dev->cur_reg == 0x02) { cpu_cache_ext_enabled = val & 0x10; - cpu_update_waitstates(); } if (dev->cur_reg == 0x06) { opti5x7_recalcmapping(dev);