Change power-on value of MMC1 control register. Fixes Populous prototype.
This commit is contained in:
committed by
LibretroAdmin
parent
be35d352ac
commit
ae96d2e8ec
@@ -190,7 +190,7 @@ static void MMC1CMReset(void) {
|
|||||||
for (i = 0; i < 4; i++)
|
for (i = 0; i < 4; i++)
|
||||||
DRegs[i] = 0;
|
DRegs[i] = 0;
|
||||||
Buffer = BufferShift = 0;
|
Buffer = BufferShift = 0;
|
||||||
DRegs[0] = 0x1F;
|
DRegs[0] = 0x0C;
|
||||||
|
|
||||||
DRegs[1] = 0;
|
DRegs[1] = 0;
|
||||||
DRegs[2] = 0; /* Should this be something other than 0? */
|
DRegs[2] = 0; /* Should this be something other than 0? */
|
||||||
|
|||||||
Reference in New Issue
Block a user