PCI TRC Reset: Only zero the RAM on 686 systems, fixes #5462.

This commit is contained in:
OBattler
2025-04-11 19:58:30 +02:00
parent 95a6aa0bdf
commit e21c86d46c
2 changed files with 3 additions and 4 deletions

View File

@@ -420,7 +420,8 @@ pci_trc_reset(uint8_t val)
flushmmucache();
mem_zero();
if (is_p6)
mem_zero();
}
#ifdef USE_DYNAREC