ppu.windowleft fix

some games incorrectly show rogue vertical line on column 0
This commit is contained in:
turhope 2018-07-30 13:34:07 -05:00 committed by GitHub
parent d5eeda8bbc
commit 4ed8a22f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2108,4 +2108,5 @@ void S9xSoftResetPPU (void)
memset(&Memory.FillRAM[0x1000], 0, 0x1000);
Memory.FillRAM[0x4201] = Memory.FillRAM[0x4213] = 0xff;
Memory.FillRAM[0x2126] = Memory.FillRAM[0x2128] = 1;
}