Added simulation of PCI access timing to Voodoo.
This commit is contained in:
parent
1e14beaa41
commit
5b1e7aece0
5 changed files with 163 additions and 128 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue