mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
Merge pull request #2108 from shattered/_62d5ba5
legacy floppy: unbreak floppy_stp_w
This commit is contained in:
commit
a25dd6b9c3
@ -641,6 +641,10 @@ WRITE_LINE_MEMBER( legacy_floppy_image_device::floppy_stp_w )
|
|||||||
|
|
||||||
/* update track 0 line with new status */
|
/* update track 0 line with new status */
|
||||||
//m_out_tk00_func(m_tk00);
|
//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;
|
m_stp = state;
|
||||||
|
Loading…
Reference in New Issue
Block a user