use picofe menu, move generic code out of gp2x/
[fceu.git] / fceu098.c
index 75a8900..ecc6bfd 100644 (file)
--- a/fceu098.c
+++ b/fceu098.c
@@ -58,7 +58,7 @@ void FCEUI_Emulate098(void)
    break;
   }
 
-  ssize=FlushEmulateSound(); // TODO 098?
+  ssize=FlushEmulateSound();
 
   timestampbase += timestamp;
   timestamp = 0;
@@ -83,15 +83,8 @@ void FCEUI_Emulate098(void)
 void ResetNES098(void)
 {
  ResetNES081();
-//TODO FCEUSND_Reset();
+ // it was decided not to use 098 sound because of problems it causes
+ //FCEUSND_Reset();
  FCEUPPU_Reset();
 }
 
-
-void PowerNES098(void)
-{
- PowerNES081();
-//TODO FCEUSND_Power();
- FCEUPPU_Power();
-}
-