> > Does someone have a copy of the Apple 1 EPROM? I'd be willing to run it
> > through Orion to see what comes out the other end.
> Thanks! I did try it myself but was stymied by some basics like it was
> assuming
> an entry point at 0000 and i couldn't see how to override that.
It's looking for the vectors at 0xfff8-0xffff, which is probably all 0s
unless you load something there.
Try adding:
loadimage 0xf000, "3rdparty\\roms\\apple1basic.bin";
To the script. That should take care of it. I'll give it a shot here and
see how it goes.
-->Neil
----------------------------------------------------------------------------
C. Neil Bradley - EVERYBODY KERNEL PANIC!