X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=sound.c;h=2b76b0b9b8fb04d4f505c499dcea78b136cb6a45;hp=9fb321662f801b01647a4fca8d7ec6daf7495a18;hb=ea80a45b1dbd9f2c46567e18a2e18fcbb6e55c8d;hpb=d97315ac0bca825d2d50a44453bc5652946e2c67 diff --git a/sound.c b/sound.c index 9fb3216..2b76b0b 100644 --- a/sound.c +++ b/sound.c @@ -845,6 +845,7 @@ static void RDoNoise(void) DECLFW(Write_IRQFM) { + PSG[0x17]=V; V=(V&0xC0)>>6; fcnt=0; if(V&0x2) @@ -853,7 +854,7 @@ DECLFW(Write_IRQFM) fhcnt=fhinc; X6502_IRQEnd(FCEU_IQFCOUNT); SIRQStat&=~0x40; -// IRQFrameMode=V; + //IRQFrameMode=V; // IRQFrameMode is PSG[0x17] upper bits } void SetNESSoundMap(void)