Re: booting macworks

From: gilles fetis <gilles.fetis_at_email.domain.hidden>
Date: Wed, 08 Nov 2006 00:20:58 -0800

Your tool is the first information I found about disk copy images.

Using other emlators elements is a constant, I did it for the 68k core
(from the atari castaway emulator) you did with the 68k core from a
sega genesis emulator. I also used a part of the mess lisa driver for the serial number reading.

Anyway, the disk_image source is a bit temporary & will be rewritten but the structure of that kind of function will remain the same. the comment will also remain.

I later found the correct checksum algorithm (from a mac utility written in clascal).
for (i=0; i<F->numblocks; i++)

     for (j=0; j<F->sectorsize; j+=2) {
mydatachks+=((F->sectors[i*(F->sectorsize)+j]<<8)|

(F->sectors[i*(F->sectorsize)+j+1]));

mydatachks=(mydatachks<<31)|(mydatachks>>1);

                                                 }
I also found the DART image format but I still need the correct coding of RLE compacted tracks.

--~--~---------~--~----~------------~-------~--~----~  You received this message because you are subscribed to the Google Groups "LisaList" group. To post to this group, send email to lisalist_at_email.domain.hidden To unsubscribe from this group, send email to lisalist-unsubscribe_at_email.domain.hidden For more options, visit this group at http://groups.google.com/group/lisalist?hl=en -~----------~----~----~----~------~----~------~--~---

. Received on 2015-07-15 16:36:44

This archive was generated by hypermail 2.4.0 : 2020-01-13 12:15:14 EST