Added simulation of PCI access timing to Voodoo.

This commit is contained in:
TomW 2015-08-22 17:03:37 +01:00
commit 5b1e7aece0
5 changed files with 163 additions and 128 deletions

View file

@ -9,3 +9,5 @@ void pci_add(uint8_t (*read)(int func, int addr, void *priv), void (*write)(int
#define PCI_CONFIG_TYPE_1 1
#define PCI_CONFIG_TYPE_2 2
extern int pci_burst_time, pci_nonburst_time;