summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/spacefb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/spacefb.c')
-rw-r--r--src/mame/audio/spacefb.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/audio/spacefb.c b/src/mame/audio/spacefb.c
index 5bde6881024..bd54890c551 100644
--- a/src/mame/audio/spacefb.c
+++ b/src/mame/audio/spacefb.c
@@ -42,13 +42,13 @@ WRITE8_MEMBER(spacefb_state::spacefb_port_1_w)
if (!(data & 0x40) && (m_sound_latch & 0x40)) samples->start(1,1);
/*
- * Explosion Noise
- *
- * Actual sample has a bit of attack at the start, but these doesn't seem to be an easy way
- * to play the attack part, then loop the middle bit until the sample is turned off
- * Fortunately it seems like the recorded sample of the &spaceship death is the longest the sample plays for.
- * We loop it just in case it runs out
- */
+ * Explosion Noise
+ *
+ * Actual sample has a bit of attack at the start, but these doesn't seem to be an easy way
+ * to play the attack part, then loop the middle bit until the sample is turned off
+ * Fortunately it seems like the recorded sample of the &spaceship death is the longest the sample plays for.
+ * We loop it just in case it runs out
+ */
if ((data & 0x80) != (m_sound_latch & 0x80))
{
if (data & 0x80)