Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/boards/mmc1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ static void MMC1CMReset(void) {
for (i = 0; i < 4; i++)
DRegs[i] = 0;
Buffer = BufferShift = 0;
DRegs[0] = 0x1F;
DRegs[0] = 0x0F; // Populous (unreleased) doesn't initialize this and expects 8KB CHR mode

DRegs[1] = 0;
DRegs[2] = 0; // Should this be something other than 0?
Expand Down