Forgot this ...

This commit is contained in:
Angelo Salese 2011-08-09 14:29:02 +00:00
parent 4b3d9c520a
commit db9b929226

View File

@ -316,6 +316,7 @@ static TIMER_CALLBACK( stv_smpc_intback )
state->m_scu.ist |= (IRQ_SMPC); state->m_scu.ist |= (IRQ_SMPC);
/* clear hand-shake flag */ /* clear hand-shake flag */
state->m_smpc_ram[0x5f] = 0x10;
state->m_smpc_ram[0x63] = 0x00; state->m_smpc_ram[0x63] = 0x00;
} }