From: Alan Cox Date: Thu, 11 Dec 2014 12:12:34 +0000 (+0000) Subject: zx128, tools: Update bintomdv to upload the entire image X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6e15ca5a9654e62b18c187f609abf815967f084a;p=FUZIX.git zx128, tools: Update bintomdv to upload the entire image --- diff --git a/Kernel/tools/bintomdv.c b/Kernel/tools/bintomdv.c index 7d533d49..098857be 100644 --- a/Kernel/tools/bintomdv.c +++ b/Kernel/tools/bintomdv.c @@ -66,7 +66,7 @@ static void mdv_write_tape(FILE *fp) } dl = 0xC000; - while(dl < 0xFE00) { + while(dl < 0x10000) { mdv_make_hdr(buf); mdv_write(fp, buf, 15); mdv_make_bufhdr(buf, dl>> 8, &data[dl]);