From 82a38618050df5909f7cf505191a7c28b9c4d7aa Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Thu, 3 Jun 2021 00:28:05 -0300 Subject: [PATCH] Make PCI TRC reset all devices --- src/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pci.c b/src/pci.c index 2283ca60d..a8c76b003 100644 --- a/src/pci.c +++ b/src/pci.c @@ -709,7 +709,7 @@ trc_reset(uint8_t val) { if (val & 2) { dma_reset(); - device_reset_all_pci(); + device_reset_all(); cpu_alt_reset = 0;