Previous 199869 Revisions Next

r21138 Saturday 16th February, 2013 at 16:36:19 UTC by Oliver Stöneberg
fixed uninitialized variable in src/emu/imagedev/floppy.c when no image is loaded (nw)
[src/emu/imagedev]floppy.c

trunk/src/emu/imagedev/floppy.c
r21137r21138
213213   cyl = 0;
214214   ss  = 0;
215215   stp = 1;
216   wpt = 0;
216217   dskchg = exists() ? 1 : 0;
217218   index_timer = timer_alloc(0);
218219   image_dirty = false;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team