X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=fce.c;h=eafba1174b07876be134762c838557f67c964342;hb=cd9a6b519c9c465d6781d4a6636d715542e6e0f6;hp=73e884535139aae631bb7d13e456d7bfdf1aa1f1;hpb=a384bf449483e62637ce05a60ff4b06730a19934;p=fceu.git diff --git a/fce.c b/fce.c index 73e8845..eafba11 100644 --- a/fce.c +++ b/fce.c @@ -28,8 +28,7 @@ #include "fce.h" #include "fceu098.h" #include "sound.h" -#include "sound098.h" -#include "svga.h" +#include "svga.h" #include "netplay.h" #include "general.h" #include "endian.h" @@ -112,6 +111,7 @@ static writefunc *BWriteG; static int RWWrap=0; #ifdef ASM_6502 +#ifndef DEBUG_ASM_6502 static void asmcpu_update(int32 cycles) { // some code from x6502.c @@ -137,6 +137,7 @@ static void asmcpu_update(int32 cycles) } } } +#endif void asmcpu_unpack(void) { @@ -1278,14 +1279,12 @@ void FCEUI_SetEmuMode(int is_new) { ResetNES=ResetNES098; PowerNES=PowerNES098; - SetSoundVariables=SetSoundVariables098; FCEUI_Emulate=FCEUI_Emulate098; } else { ResetNES=ResetNES081; PowerNES=PowerNES081; - SetSoundVariables=SetSoundVariables081; FCEUI_Emulate=EmLoop; } } @@ -1517,6 +1516,7 @@ void ResetNES081(void) X6502_Reset(); } +#ifndef DEBUG_ASM_6502 static void FCEU_MemoryRand(uint8 *ptr, uint32 size) { int x=0; @@ -1528,6 +1528,7 @@ static void FCEU_MemoryRand(uint8 *ptr, uint32 size) ptr++; } } +#endif void PowerNES081(void) {