mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
(MESS) fixed uninitialized members in src/mess/machine/rx01.c (nw)
This commit is contained in:
parent
3536884a0a
commit
0c69058bb1
@ -92,6 +92,8 @@ void rx01_device::device_reset()
|
||||
floppy_drive_set_rpm(m_image[i], 360.);
|
||||
}
|
||||
m_rxes = 0;
|
||||
m_rxcs = 0;
|
||||
m_rxdb = 0;
|
||||
}
|
||||
|
||||
//-------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user