This commit is contained in:
OBattler
2023-08-04 16:44:01 +02:00
29 changed files with 1112 additions and 833 deletions

View File

@@ -202,7 +202,7 @@ umc_8886_write(int func, int addr, uint8_t val, void *priv)
case 0x56:
dev->pci_conf_sb[func][addr] = val;
switch (val & 2) {
switch (val & 3) {
case 0:
cpu_set_isa_pci_div(3);
break;