mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +03:00
-unsp: Fixed F3 reset in jak_mk and probably others nw
This commit is contained in:
parent
a0a6637f7f
commit
221c07ca7e
@ -319,7 +319,15 @@ void unsp_device::device_reset()
|
|||||||
m_core->m_enable_irq = 0;
|
m_core->m_enable_irq = 0;
|
||||||
m_core->m_enable_fiq = 0;
|
m_core->m_enable_fiq = 0;
|
||||||
m_core->m_fir_move = 1;
|
m_core->m_fir_move = 1;
|
||||||
|
m_core->m_sb = 0;
|
||||||
|
m_core->m_aq = 0;
|
||||||
|
m_core->m_fra = 0;
|
||||||
|
m_core->m_bnk = 0;
|
||||||
|
m_core->m_ine = 0;
|
||||||
m_core->m_pri = 8;
|
m_core->m_pri = 8;
|
||||||
|
m_core->m_fiq = 0;
|
||||||
|
m_core->m_irq = 0;
|
||||||
|
m_core->m_sirq = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void unsp_20_device::device_reset()
|
void unsp_20_device::device_reset()
|
||||||
|
Loading…
Reference in New Issue
Block a user