mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
-spg2xx: Initialize FIQ vector to an invalid state so games which don't initialize it don't hang, nw
This commit is contained in:
parent
b8a5d8ec26
commit
3db0e1a3d1
@ -92,6 +92,7 @@ void spg2xx_device::device_start()
|
||||
void spg2xx_device::device_reset()
|
||||
{
|
||||
unsp_device::device_reset();
|
||||
m_fiq_vector = 0xff;
|
||||
}
|
||||
|
||||
WRITE8_MEMBER(spg2xx_device::fiq_vector_w)
|
||||
|
Loading…
Reference in New Issue
Block a user