X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=fce.c;h=8483a7b00249beba9620d178a3107a802602260b;hp=f3d5abb5f420263aec337478ee7bed28ee57bb3a;hb=5bd16b94320afa9dfba4985f5d69c2d84bae4c33;hpb=3ac1cc0b221c10cd9a82ba3c12d111597dc554e7 diff --git a/fce.c b/fce.c index f3d5abb..8483a7b 100644 --- a/fce.c +++ b/fce.c @@ -1377,10 +1377,10 @@ static void EmLoop(void) { if(ScreenON || SpriteON) { - if(GameHBIRQHook) + if(GameHBIRQHook && (PPU[0]&0x38)!=0x18) GameHBIRQHook(); - if(PPU_hook) - for(x=0;x<42;x++) {PPU_hook(0x2000); PPU_hook(0);} // ugh + if(PPU_hook) + for(x=0;x<42;x++) {PPU_hook(0x2000); PPU_hook(0);} // ugh if(GameHBIRQHook2) GameHBIRQHook2(); } @@ -1490,7 +1490,7 @@ void ResetNES081(void) { if(!GameLoaded) return; GameInterface(GI_RESETM2, 0); - ResetSound(); + FCEUSND_Reset(); ResetPPU(); X6502_Reset(); } @@ -1524,7 +1524,7 @@ void PowerNES(void) memset(nes_internal_ram,0x00,0x800); #endif ResetMapping(); - PowerSound(); + FCEUSND_Power(); PowerPPU(); if (use098code)