Merge pull request #371 from turhope/ppu

ppu.windowleft fix
This commit is contained in:
bearoso 2018-07-30 15:36:48 -05:00 committed by GitHub
commit e21dbf488d
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;
}