From 96e8e18532b1c477f40737245dd3f27b3f21f9af Mon Sep 17 00:00:00 2001 From: cracyc Date: Wed, 11 Jun 2014 17:35:22 +0000 Subject: [PATCH] hd63450: this time it's really right (maybe) (nw) --- src/emu/machine/hd63450.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/machine/hd63450.c b/src/emu/machine/hd63450.c index bccc9d2a73a..97f14f6aa80 100644 --- a/src/emu/machine/hd63450.c +++ b/src/emu/machine/hd63450.c @@ -522,7 +522,7 @@ WRITE_LINE_MEMBER(hd63450_device::drq2_w) if((m_reg[2].ocr & 2) && (state && !ostate)) { single_transfer(2); - m_timer[3]->adjust(m_our_clock[2], 2, m_our_clock[2]); + m_timer[2]->adjust(m_our_clock[2], 2, m_our_clock[2]); } else if(!state) m_timer[2]->adjust(attotime::never);