[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple II emulator ready (well, kinda)
- Subject: Re: Apple II emulator ready (well, kinda)
- From: curran@twain.ucs.umass.edu (DAVID A CURRAN)
- Date: 25 Feb 1994 04:17:19 GMT
- Distribution: world
- Newsgroups: comp.sys.apple2
- Organization: University of Massachusetts, Amherst
- References: <2kil20$bab@galaxy.ucr.edu> <2kjrcb$kbu@galaxy.ucr.edu>
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