| Previous | 199869 Revisions | Next |
| r26925 Saturday 4th January, 2014 at 02:33:06 UTC by Dirk Best |
|---|
| floppy.c: fix bug when inserting images after starting the floppy motor |
| [src/emu/imagedev] | floppy.c |
| r26924 | r26925 | |
|---|---|---|
| 300 | 300 | best_format->load(&io, form_factor, image); |
| 301 | 301 | output_format = is_readonly() ? 0 : best_format; |
| 302 | 302 | |
| 303 | revolution_start_time = moto | |
| 303 | revolution_start_time = mon ? attotime::never : machine().time(); | |
| 304 | 304 | revolution_count = 0; |
| 305 | 305 | |
| 306 | 306 | index_resync(); |
| Previous | 199869 Revisions | Next |