Fixed NVR handling on PC87306 reset, fixes MR BIOS'es.

This commit is contained in:
OBattler
2023-11-06 04:14:42 +01:00
parent 5399380ac4
commit 9e08c8317b

View File

@@ -439,6 +439,7 @@ pc87306_reset_common(void *priv)
fdc_reset(dev->fdc);
pc87306_gpio_init(dev);
nvr_lock_set(0x00, 256, 0, dev->nvr);
nvr_at_handler(0, 0x0070, dev->nvr);
nvr_at_handler(1, 0x0070, dev->nvr);
nvr_bank_set(0, 0, dev->nvr);
nvr_wp_set(0, 0, dev->nvr);