mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Deal with clock duty as per smf (nw)
This commit is contained in:
parent
a2ff7cf249
commit
2fd5a5e43b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue