summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bagman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bagman.cpp')
-rw-r--r--src/mame/drivers/bagman.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mame/drivers/bagman.cpp b/src/mame/drivers/bagman.cpp
index 32023f389c1..de3d13f4cae 100644
--- a/src/mame/drivers/bagman.cpp
+++ b/src/mame/drivers/bagman.cpp
@@ -108,11 +108,7 @@ WRITE_LINE_MEMBER(bagman_state::tmsprom_csq0_w)
WRITE_LINE_MEMBER(bagman_state::tmsprom_csq1_w)
{
- // HACK: Schematics suggest that this LS259 does in fact respond to the master
- // reset signal, which would pull /OE active low on both 2732s at once. How
- // does that situation manage not to overload the circuitry?
- if (state || m_tmslatch->q4_r())
- m_tmsprom->rom_csq_w(machine().dummy_space(), 1, state);
+ m_tmsprom->rom_csq_w(machine().dummy_space(), 1, state);
}
WRITE_LINE_MEMBER(bagman_state::coin_counter_w)