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

@ -47,6 +47,7 @@ typedef struct
int speed;
int rspeed;
int multi;
int pci_speed;
uint32_t edx_reset;
uint32_t cpuid_model;
uint16_t cyrix_id;