(MESS) fixed uninitialized member in src/mess/machine/psxcd.c (nw)

This commit is contained in:
Oliver Stöneberg 2013-02-23 08:51:05 +00:00
parent 80215e76e7
commit c3c6432972

View File

@ -151,6 +151,9 @@ void psxcd_device::device_start()
m_timers[i] = timer_alloc(i, NULL);
m_timerinuse[i] = false;
}
for(int i = 0; i < 3; ++i)
curpos[i] = 0;
}
//