Merge pull request #2108 from shattered/_62d5ba5

legacy floppy: unbreak floppy_stp_w
This commit is contained in:
R. Belmont 2017-03-01 21:48:46 -05:00 committed by GitHub
commit a25dd6b9c3

View File

@ -641,6 +641,10 @@ WRITE_LINE_MEMBER( legacy_floppy_image_device::floppy_stp_w )
/* update track 0 line with new status */
//m_out_tk00_func(m_tk00);
/* inform disk image of step operation so it can cache information */
if (exists())
m_track = m_current_track;
}
m_stp = state;