trunk/src/emu/imagedev/floppy.c
| r31788 | r31789 | |
| 807 | 807 | |
| 808 | 808 | void floppy_image_device::set_write_splice(const attotime &when) |
| 809 | 809 | { |
| 810 | | image_dirty = true; |
| 811 | | attotime base; |
| 812 | | int splice_pos = find_position(base, when); |
| 813 | | image->set_write_splice_position(cyl, ss, splice_pos); |
| 810 | if(image) { |
| 811 | image_dirty = true; |
| 812 | attotime base; |
| 813 | int splice_pos = find_position(base, when); |
| 814 | image->set_write_splice_position(cyl, ss, splice_pos); |
| 815 | } |
| 814 | 816 | } |
| 815 | 817 | |
| 816 | 818 | UINT32 floppy_image_device::get_form_factor() const |