diff options
author | 2015-06-05 21:55:08 +0200 | |
---|---|---|
committer | 2015-06-05 21:59:55 +0200 | |
commit | a95d0e02c93f57925783c7e5d644f9bd0cf34624 (patch) | |
tree | dbf40a3da61d698cf0d019eba08df7f847208d21 /src/emu/imagedev/floppy.h | |
parent | e138491f22a77837cdd8c56697947f423720c246 (diff) |
floppy: Ensure that get_next_transition always provide the next transition [O. Galibert]
Diffstat (limited to 'src/emu/imagedev/floppy.h')
-rw-r--r-- | src/emu/imagedev/floppy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/imagedev/floppy.h b/src/emu/imagedev/floppy.h index 98834facc65..1130260cb81 100644 --- a/src/emu/imagedev/floppy.h +++ b/src/emu/imagedev/floppy.h @@ -186,6 +186,7 @@ protected: int find_index(UINT32 position, const std::vector<UINT32> &buf); void write_zone(UINT32 *buf, int &cells, int &index, UINT32 spos, UINT32 epos, UINT32 mg); void commit_image(); + attotime get_next_index_time(std::vector<UINT32> &buf, int index, int delta, attotime base); }; class ui_menu_control_floppy_image : public ui_menu_control_device_image { |