Previous 199869 Revisions Next

r19773 Monday 24th December, 2012 at 15:32:12 UTC by Nathan Woods
[APPLE2] Uninitialized variable fix
[src/mess/devices]appldriv.c

trunk/src/mess/devices/appldriv.c
r19772r19773
309309{
310310   legacy_floppy_image_device::device_start();
311311   floppy_set_type(this,FLOPPY_TYPE_APPLE);
312
313   state = 0;
314   tween_tracks = 0;
315   track_loaded = 0;
316   track_dirty = 0;
317   position = 0;
318   spin_count = 0;
319   memset(track_data, 0, sizeof(track_data));
312320}
313321
314322bool apple525_floppy_image_device::call_load()

Previous 199869 Revisions Next


© 1997-2024 The MAME Team