mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
fixed uninitialized member in src/emu/cpu/psx/psx.c (nw)
This commit is contained in:
parent
183e9f1e3c
commit
ffb1fe2872
@ -1796,6 +1796,7 @@ void psxcpu_device::device_reset()
|
||||
m_delayr = 0;
|
||||
m_delayv = 0;
|
||||
m_berr = 0;
|
||||
m_biu = 0;
|
||||
|
||||
m_multiplier_operation = MULTIPLIER_OPERATION_IDLE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user