Ported the latest Voodoo 1/2 patches from PCem.

This commit is contained in:
TC1995
2020-11-20 22:24:46 +01:00
parent 8aab3da769
commit 908258302b
2 changed files with 23 additions and 3 deletions

View File

@@ -390,7 +390,7 @@ static uint32_t voodoo_readl(uint32_t addr, void *p)
break;
default:
fatal("voodoo_readl : bad addr %08X\n", addr);
voodoo_log("voodoo_readl : bad addr %08X\n", addr);
temp = 0xffffffff;
}