mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
(MESS) fixed uninitialized member in src/mess/machine/psxcd.c (nw)
This commit is contained in:
parent
80215e76e7
commit
c3c6432972
@ -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;
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user