| Previous | 199869 Revisions | Next |
| r19162 Tuesday 27th November, 2012 at 11:20:57 UTC by Sandro Ronco |
|---|
| (MESS) floppy: added a more descriptive error message when it fails to identify the image format. (nw) |
| [src/emu/imagedev] | floppy.c |
| r19161 | r19162 | |
|---|---|---|
| 260 | 260 | } |
| 261 | 261 | |
| 262 | 262 | if(!best_format) |
| 263 | { | |
| 264 | seterror(IMAGE_ERROR_INVALIDIMAGE, "Unable to identify the image format"); | |
| 263 | 265 | return IMAGE_INIT_FAIL; |
| 266 | } | |
| 264 | 267 | |
| 265 | 268 | image = global_alloc(floppy_image(tracks, sides, form_factor)); |
| 266 | 269 | best_format->load(&io, form_factor, image); |
| Previous | 199869 Revisions | Next |