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

Re: How to extract eprom contents?



"Ernest" <leucoplast@seanet.NOSPAMS.com> wrote in message news:<aN%cd.273469$D%.268806@attbi_s51>...
> Is there an easy way to view the contents of the main eproms on an Apple II
> clone motherboard? I want to look for differences between Apple ROMs and
> clone EPROMs, but I'm not really sure of how to extract the contents into a
> readable form . Any advice would be appreciated.
> 
> Thanks
> 
> Ernest
> http://www.apple2clones.com

The easiest way would be to enter the monitor (CALL -151) and read out
the values from the memory address ($C100:$FFFF).

FYI: $C100 ~ $C7FF is for ROM assigned to each peripheral cards
     $C800 ~ $CFFF is the switchable ROM available  for each
peripheral cards
     $D000 ~ $D7FF "D0" empty ROM socket
     $D800 ~ $DFFF "D8" empty ROM socket
     $E000 ~ $F7FF Integer Basic ROM
     $F800 ~ $FFFF Monitor ROM