diff options
Diffstat (limited to 'src/lib/formats/ap_dsk35.c')
-rw-r--r-- | src/lib/formats/ap_dsk35.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/ap_dsk35.c b/src/lib/formats/ap_dsk35.c index a9633ba7624..9efd835120d 100644 --- a/src/lib/formats/ap_dsk35.c +++ b/src/lib/formats/ap_dsk35.c @@ -1287,7 +1287,7 @@ bool dc42_format::load(io_generic *io, UINT32 form_factor, floppy_image *image) UINT8 format = h[0x51]; if((encoding != 0x00 || format != 0x02) && (encoding != 0x01 || format != 0x22)) { - logerror("dc42: Unsupported encoding/format combination %02x/%02x\n", encoding, format); + osd_printf_error("dc42: Unsupported encoding/format combination %02x/%02x\n", encoding, format); return false; } |