diff options
-rw-r--r-- | src/devices/machine/spg2xx.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/spg2xx.cpp b/src/devices/machine/spg2xx.cpp index 2f77789df22..bfb8e1a2cf5 100644 --- a/src/devices/machine/spg2xx.cpp +++ b/src/devices/machine/spg2xx.cpp @@ -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) |