Deal with clock duty as per smf (nw)

This commit is contained in:
R. Belmont 2014-02-23 21:13:36 +00:00
parent a2ff7cf249
commit 2fd5a5e43b

View file

@ -738,7 +738,7 @@ WRITE_LINE_MEMBER( apollo_state::apollo_pic8259_slave_set_int_line ) {
WRITE_LINE_MEMBER(apollo_state::apollo_ptm_timer_tick)
{
if (m_ptm->started())
if ((state) && (m_ptm->started()))
{
ptm_counter++;
m_ptm->set_c1( 1);