Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!princeton!notecnirp!gab From: gab@notecnirp.Princeton.EDU (Gavin Bell) Newsgroups: comp.sys.amiga Subject: Reading MacDisks on Amiga Message-ID: <4648@princeton.Princeton.EDU> Date: Thu, 7-May-87 19:27:04 EDT Article-I.D.: princeto.4648 Posted: Thu May 7 19:27:04 1987 Date-Received: Sat, 9-May-87 09:59:46 EDT Sender: news@princeton.Princeton.EDU Reply-To: gab@notecnirp.UUCP (Gavin Bell) Distribution: world Organization: Dept. of Computer Science, Princeton University Lines: 12 I've read several people who stated that, since the Mac drives spin at variable rates and the Amiga drives at fixed rates, that it was not possible to read Mac Disks with the Amiga drive. Well... one way to get around this is to read in data faster or slower, depending on what track you are on. This is how the Commodore 1541 drives manage to squeeze 170k on a single density 5 1/4" disk, putting more sectors on the outer tracks of a disk and reading the bits at a faster rate (the drive spins at a constant 300 rpm). So, a program to read Mac disks on an Amiga seems not-impossible-- I would try to write such a beast, but don't yet even have a C-compiler for my 'miga. Am I missing something?