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

trunk/src/emu/imagedev/floppy.c
r26924r26925
300300   best_format->load(&io, form_factor, image);
301301   output_format = is_readonly() ? 0 : best_format;
302302
303   revolution_start_time = motor_always_on ? machine().time() : attotime::never;
303   revolution_start_time = mon ? attotime::never : machine().time();
304304   revolution_count = 0;
305305
306306   index_resync();

Previous 199869 Revisions Next


© 1997-2024 The MAME Team