X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=fceu098.c;h=19c4da243643bd86461fd482609d68e416910eee;hp=2d76a0c954c92260662d1349209405a831b6e8ef;hb=refs%2Fheads%2Fmaster;hpb=a384bf449483e62637ce05a60ff4b06730a19934 diff --git a/fceu098.c b/fceu098.c index 2d76a0c..19c4da2 100644 --- a/fceu098.c +++ b/fceu098.c @@ -24,7 +24,6 @@ #include "fce.h" #include "ppu098.h" #include "sound.h" -#include "sound098.h" #include "input.h" #include "cart.h" #include "cheat.h" @@ -59,7 +58,7 @@ void FCEUI_Emulate098(void) break; } - ssize=FlushEmulateSound098(); + ssize=FlushEmulateSound(); timestampbase += timestamp; timestamp = 0; @@ -88,11 +87,3 @@ void ResetNES098(void) FCEUPPU_Reset(); } - -void PowerNES098(void) -{ - PowerNES081(); - FCEUSND_Power(); - FCEUPPU_Power(); -} -