mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
Decrease noise level in Space War/Barrier to allow filtering to kick in.
This commit is contained in:
parent
5e58f0b94b
commit
f18798209a
@ -182,7 +182,7 @@ NETLIST_START(barrier)
|
||||
NET_C(NOISE_CLOCK.GND, GND)
|
||||
NET_C(NOISE_CLOCK.VCC, I_V5)
|
||||
|
||||
SYS_NOISE_MT_U(NOISE, 3)
|
||||
SYS_NOISE_MT_U(NOISE, 0.0001)
|
||||
NET_C(NOISE.I, NOISE_CLOCK.Q)
|
||||
NET_C(NOISE.1, GND)
|
||||
NET_C(NOISE.2, C1.1)
|
||||
|
@ -193,7 +193,7 @@ NETLIST_START(spacewar)
|
||||
NET_C(NOISE_CLOCK.GND, GND)
|
||||
NET_C(NOISE_CLOCK.VCC, I_V5)
|
||||
|
||||
SYS_NOISE_MT_U(NOISE, 3)
|
||||
SYS_NOISE_MT_N(NOISE, 0.0001)
|
||||
NET_C(NOISE.I, NOISE_CLOCK.Q)
|
||||
NET_C(NOISE.1, GND)
|
||||
NET_C(NOISE.2, C1.1)
|
||||
|
Loading…
Reference in New Issue
Block a user