summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hh_tms1k.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hh_tms1k.cpp')
-rw-r--r--src/mame/drivers/hh_tms1k.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hh_tms1k.cpp b/src/mame/drivers/hh_tms1k.cpp
index 72bfed7e738..ba2c9543cf2 100644
--- a/src/mame/drivers/hh_tms1k.cpp
+++ b/src/mame/drivers/hh_tms1k.cpp
@@ -5567,7 +5567,7 @@ WRITE16_MEMBER(bshipb_state::write_o)
m_sn->vco_w(data >> 4 & 1);
// O5: R11 27K to SN76477 pin 23
- m_sn->one_shot_cap_w((data & 0x20) ? RES_K(27) : RES_INF);
+ m_sn->one_shot_cap_w((data & 0x20) ? RES_K(27) : 0);
// O6: SN76477 pin 25
m_sn->mixer_b_w(data >> 6 & 1);