X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=x6502.c;fp=x6502.c;h=c20edf9dc7a65ac3526f9b73dea9f5572c69665b;hb=39e1ccffc7ec6bbee9bb3ed1be7cbe856792bf69;hp=786af607083aae743c42dafd5cca2c675f72b3ac;hpb=cd9a6b519c9c465d6781d4a6636d715542e6e0f6;p=fceu.git diff --git a/x6502.c b/x6502.c index 786af60..c20edf9 100644 --- a/x6502.c +++ b/x6502.c @@ -24,7 +24,6 @@ #include "x6502.h" #include "fce.h" #include "sound.h" -#include "sound098.h" #include "cart.h" #include "dprintf.h" @@ -521,10 +520,6 @@ void X6502_Run_c(void/*int32 cycles*/) ADDCYC(CycTable[b1]); temp=_tcount; - if (use098code) - FCEU_SoundCPUHook098(temp); - else - { temp*=48; fhcnt-=temp; @@ -548,7 +543,6 @@ void X6502_Run_c(void/*int32 cycles*/) } } } - } #ifdef DEBUG_ASM_6502 PC_prev = _PC;