start using libpicofe, move some files
[fceu.git] / x6502.c
diff --git a/x6502.c b/x6502.c
index 786af60..c20edf9 100644 (file)
--- 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;