[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fast or direct load from disk. New tool: c2d.
On Feb 24, 11:20 pm, Antoine Vignau <antoine.vig...@laposte.net>
wrote:
> On 24 fév, 23:20, Egan Ford <dataj...@gmail.com> wrote:
>
> > Hugh, perfect. A simple solution for a lazy programmer. It may not
> > be the fastest solution, but it was the fastest to implement. Thanks
> > again for everyone's help.
>
> > I just posted c2d (code to disk) tohttp://asciiexpress.net/files. I
> > included the source with OS/X and Windows binaries.
>
> > c2d will take a single binary (with or without 4-byte DOS header) or a
> > text monitor listing and create a bootable diskette (dsk) image.
>
> Interesting work, Egan.
>
> Do you have final disk images examples somewhere?
>
> antoine
I posted 3 here: http://asciiexpress.net/files/antoine/
Moon Patrol and Ms. Pacman have a delay (decompression as part of the
binary).
The base disk image is a DOS 3.3 formatted (slave) dsk file. I then
just patched it following the Open-Apple notes. It would be very easy
to change the base disk image to use any loading method as long as it
only uses track 0 with minimal changes to my C code. Now that I have
something, I'll be experimenting with other methods as I have time.