fixed uninitialized member in src/emu/cpu/psx/psx.c (nw)

This commit is contained in:
Oliver Stöneberg 2013-02-23 08:50:01 +00:00
parent 183e9f1e3c
commit ffb1fe2872

View File

@ -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;