[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Apple II emulator ready (well, kinda)



Kevin Lund (kevin@cassandra.ucr.edu) wrote:
: To make a disk image, basically you need to feed the converter program
: a hex dump of a disk, marked by three *'s; that is to say, the converter
: reads the file till it sees the astrisks, then reads hex digits (skipping
: anything else, like line feeds or whatever) till end of file.  Then writes
: out what it found, sets file type&creator, and voila.

I have a program I've written which breaks a DOS 3.3 disk up into 8 binary 
files.  If these are sent to your target computer and appended together you 
have a disk image.  It's a severe hack but if anyone's interested, I can 
send it to you.

Dave