mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
hd63540: oops (nw)
This commit is contained in:
parent
7db50d4afc
commit
c09ed7011d
@ -522,7 +522,7 @@ WRITE_LINE_MEMBER(hd63450_device::drq2_w)
|
||||
if((m_reg[2].ocr & 2) && (state && !ostate))
|
||||
{
|
||||
single_transfer(2);
|
||||
m_timer[0]->adjust(m_our_clock[2], 2, m_our_clock[2]);
|
||||
m_timer[3]->adjust(m_our_clock[2], 2, m_our_clock[2]);
|
||||
}
|
||||
else if(!state)
|
||||
m_timer[2]->adjust(attotime::never);
|
||||
@ -536,7 +536,7 @@ WRITE_LINE_MEMBER(hd63450_device::drq3_w)
|
||||
if((m_reg[3].ocr & 2) && (state && !ostate))
|
||||
{
|
||||
single_transfer(3);
|
||||
m_timer[0]->adjust(m_our_clock[3], 3, m_our_clock[3]);
|
||||
m_timer[3]->adjust(m_our_clock[3], 3, m_our_clock[3]);
|
||||
}
|
||||
else if(!state)
|
||||
m_timer[3]->adjust(attotime::never);
|
||||
|
Loading…
Reference in New Issue
Block a user