X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=x6502.c;h=c20edf9dc7a65ac3526f9b73dea9f5572c69665b;hp=786af607083aae743c42dafd5cca2c675f72b3ac;hb=4769605c072bf4a5ccbb8d685365b36ff3eb1667;hpb=a384bf449483e62637ce05a60ff4b06730a19934 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;