Change power-on value of MMC1 control register. Fixes Populous prototype.

This commit is contained in:
NewRisingSun
2025-04-01 14:46:50 +02:00
committed by LibretroAdmin
parent be35d352ac
commit ae96d2e8ec

View File

@@ -190,7 +190,7 @@ static void MMC1CMReset(void) {
for (i = 0; i < 4; i++)
DRegs[i] = 0;
Buffer = BufferShift = 0;
DRegs[0] = 0x1F;
DRegs[0] = 0x0C;
DRegs[1] = 0;
DRegs[2] = 0; /* Should this be something other than 0? */