aboutsummaryrefslogtreecommitdiff
path: root/source/cpuexec.c
diff options
context:
space:
mode:
authortwinaphex2016-08-08 03:49:24 +0200
committertwinaphex2016-08-08 03:49:24 +0200
commitc2e0540fecb7ce6ac11362cc77cf12aa60656516 (patch)
tree31216c91ae6bff94fcdb2a176596c90e598245f2 /source/cpuexec.c
parent89aaca592b0b40ce17e1d80548986be6e00323ee (diff)
downloadsnes9x2005-c2e0540fecb7ce6ac11362cc77cf12aa60656516.tar.gz
snes9x2005-c2e0540fecb7ce6ac11362cc77cf12aa60656516.tar.bz2
snes9x2005-c2e0540fecb7ce6ac11362cc77cf12aa60656516.zip
Remove obsolete define STORM
Diffstat (limited to 'source/cpuexec.c')
-rw-r--r--source/cpuexec.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/cpuexec.c b/source/cpuexec.c
index 9319255..468fbf5 100644
--- a/source/cpuexec.c
+++ b/source/cpuexec.c
@@ -155,8 +155,6 @@ void S9xMainLoop_SA1_SFX(void)
}
}
- CHECK_SOUND();
-
if (CPU.Flags & IRQ_PENDING_FLAG)
{
if (CPU.IRQCycleCount == 0)
@@ -241,8 +239,6 @@ void S9xMainLoop_SA1_NoSFX(void)
}
}
- CHECK_SOUND();
-
if (CPU.Flags & IRQ_PENDING_FLAG)
{
if (CPU.IRQCycleCount == 0)
@@ -318,8 +314,6 @@ void S9xMainLoop_NoSA1_SFX(void)
}
}
- CHECK_SOUND();
-
if (CPU.Flags & IRQ_PENDING_FLAG)
{
if (CPU.IRQCycleCount == 0)
@@ -402,8 +396,6 @@ void S9xMainLoop_NoSA1_NoSFX(void)
}
}
- CHECK_SOUND();
-
if (CPU.Flags & IRQ_PENDING_FLAG)
{
if (CPU.IRQCycleCount == 0)
@@ -500,10 +492,8 @@ void S9xDoHBlankProcessing_SFX()
S9xSuperFXExec();
#ifndef USE_BLARGG_APU
-#ifndef STORM
if (Settings.SoundSync)
S9xGenerateSound();
-#endif
CPU.Cycles -= Settings.H_Max;
if (IAPU.APUExecuting)
@@ -683,10 +673,8 @@ void S9xDoHBlankProcessing_NoSFX()
case HBLANK_END_EVENT:
#ifndef USE_BLARGG_APU
-#ifndef STORM
if (Settings.SoundSync)
S9xGenerateSound();
-#endif
CPU.Cycles -= Settings.H_Max;
if (IAPU.APUExecuting)