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

Re: Official and LEGAL ways to emulate Apple II?



One possibly legal solution, athough cumbersome, would be to construct
a small device that would actually transfer the contents of the actual
ROM to the PC (over a serial port perhaps) just before starting the
emulator.  The ROM image could then be removed when the emulator was
exited.  By doing it this way, you would kind of be using the actual
ROM.

This device could be made rather inexpensively using a PIC
microcontroller.  My guess would be about $20.00 each, maybe cheaper
with effort.  Actually, depending on how big the rom is, and how many
address lines, etc, one might be able to make a device that just
basically plugs into the parallel port, without any real electronics
on the device at all.  These would be really cheap.

If this method of copying the entire contents to the ROM to the PC,
and then deleting it when done is not completely legal still, then
another solution might still exist.  This would need to have the
reader be accessed byte by byte by the emulator, just as the real 6502
would access the real ROM.  I think this might just be possible on the
parallel port quickly enough.  The emulator would need to be modified
to support this, of course.  This should be completely legal, since
the emulator will not run without the device with the ROM chip in it.

David & Barbara Schmidt <davnbabs@airmail.net> wrote in message news:<b9eqkg$s9t@library2.airnews.net>...
> Dosius wrote:
> > 
> > There is the possibility that a "leet" 6502 hacker, or a group of
> > them, could perhaps clone the ROM themselves.  Takers?
> 
> The problem is that Apple published the ROM assembly listings, so *any* 
> address from $D000-$FFFF is a valid entry point.  $FDED is cout, but, 
> so, to most people is $FDF0.  I'd consider any system that doesn't boot 
> the proper drive with an FAA9G broken.
> 
> David S.