Re: Programming Question

From: Rodger Boots <rlboots_at_cedar-rapids.net>
Date: Fri Sep 02 2005 - 04:39:42 EDT

FZZAP@aol.com wrote:

> Hi,
>
> This is a general programming question. I was coping some images from
> a game that used 27256 and 27512 eproms. I saved the images when I
> copied them and now need them for a game. The problem is I didn't
> change the device type when I copied them.
>
> So now the 27512 images work fine BUT
> the 27256 images do not work. They show a 64k images and should be 32k
>
> Is there any way to split the images in half ( I am assuming that it
> copied a double image when I did this.) Or is their no way to recover
> from this.
>
> Any help would be great.
>
> Thanks
> Frank

Typically, you'd just load the file into the programmer. The programmer
will load it in the buffer from address 0000 to FFFF. You then tell the
programmer the end point is really 7FFF and then program your 27256.
---------------------------------------------------------------------------
** Unsubscribe, subscribe, or view the archives at http://www.vectorlist.org
** Please direct other questions, comments, or problems to chris@westnet.com
Received on Fri Sep 2 04:39:45 2005

This archive was generated by hypermail 2.1.8 : Fri Sep 02 2005 - 07:50:00 EDT