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;