This commit is contained in:
zeromus 2008-08-18 06:33:14 +00:00
parent 5ad3aeeea4
commit 37b36dc8c0
1 changed files with 229 additions and 227 deletions

View File

@ -1805,6 +1805,7 @@ int FCEUX_PPU_Loop(int skip) {
goto finish;
}
{
//vblank
PPU_status |= 0x80;
if(VBlankON) TriggerNMI();
@ -2082,6 +2083,7 @@ int FCEUX_PPU_Loop(int skip) {
framectr++;
}
finish:
FCEU_PutImage();