| 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 |
| r19772 | r19773 | |
|---|---|---|
| 309 | 309 | { |
| 310 | 310 | legacy_floppy_image_device::device_start(); |
| 311 | 311 | 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)); | |
| 312 | 320 | } |
| 313 | 321 | |
| 314 | 322 | bool apple525_floppy_image_device::call_load() |
| Previous | 199869 Revisions | Next |