Make PCI TRC reset all devices

This commit is contained in:
RichardG867
2021-06-03 00:28:05 -03:00
parent ff4f0ee59e
commit 82a3861805

View File

@@ -709,7 +709,7 @@ trc_reset(uint8_t val)
{ {
if (val & 2) { if (val & 2) {
dma_reset(); dma_reset();
device_reset_all_pci(); device_reset_all();
cpu_alt_reset = 0; cpu_alt_reset = 0;