mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
(MESS) fixed uninitialized member in src/mess/machine/rx01.c (nw)
This commit is contained in:
parent
07607fc1d0
commit
76a40cd9f7
@ -91,6 +91,7 @@ void rx01_device::device_reset()
|
||||
floppy_drive_set_controller(m_image[i], this);
|
||||
floppy_drive_set_rpm(m_image[i], 360.);
|
||||
}
|
||||
m_rxes = 0;
|
||||
}
|
||||
|
||||
//-------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user