summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/galaxian.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/galaxian.c')
-rw-r--r--src/mame/audio/galaxian.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/galaxian.c b/src/mame/audio/galaxian.c
index 14f0b867917..edf03d2b616 100644
--- a/src/mame/audio/galaxian.c
+++ b/src/mame/audio/galaxian.c
@@ -317,7 +317,7 @@ static DISCRETE_SOUND_START(galaxian)
/************************************************/
/* HIT */
/************************************************/
-
+
/* NOISE */
/* since only a sample of the LFSR is latched @V2 we let the lfsr
* run at a lower speed
@@ -325,7 +325,7 @@ static DISCRETE_SOUND_START(galaxian)
DISCRETE_LFSR_NOISE(NODE_150, 1, 1, RNG_RATE/100, 1.0, 0, 0.5, &galaxian_lfsr)
DISCRETE_SQUAREWFIX(NODE_151,1,60*264/2,1.0,50,0.5,0) /* 2V signal */
DISCRETE_LOGIC_DFLIPFLOP(NODE_152,1,1,1,NODE_151,NODE_150)
-
+
/* Not 100% correct - switching causes high impedance input for node_157
* this is not emulated */