mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
c140: fix copy paste mistake during cleanups
This commit is contained in:
parent
ae8ec26b95
commit
cd3a489004
@ -540,7 +540,7 @@ void c140_device::c140_w(offs_t offset, u8 data)
|
||||
m_int1_callback(CLEAR_LINE);
|
||||
|
||||
if (BIT(m_REG[0x1fe], 0))
|
||||
m_int1_timer->adjust(attotime::from_ticks((m_REG[0x1fe] + 1) * 2, m_baserate));
|
||||
m_int1_timer->adjust(attotime::from_ticks((m_REG[0x1f8] + 1) * 2, m_baserate));
|
||||
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user