mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
hd63450: this time it's really right (maybe) (nw)
This commit is contained in:
parent
c09ed7011d
commit
96e8e18532
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user