Previous 199869 Revisions Next

r20339 Saturday 19th January, 2013 at 12:14:52 UTC by Curt Coder
(MESS) floppy: Disk is read-only if no output format. (nw)
[src/emu/imagedev]floppy.c

trunk/src/emu/imagedev/floppy.c
r20338r20339
304304   if (!cur_wpt_cb.isnull())
305305      cur_wpt_cb(this, wpt);
306306
307   wpt = is_readonly();
307   wpt = is_readonly() || (output_format == 0);
308308   if (!cur_wpt_cb.isnull())
309309      cur_wpt_cb(this, wpt);
310310

Previous 199869 Revisions Next


© 1997-2024 The MAME Team