My question is simple. How can I double up the .bin file so that I can
burn it to 27256 instead of a 27128.
Thanks in advance
Phil
Darn near every programmer, even those funky ones that you have to
IN#x in an Apple II .. prompt you for where you are either loading, or
programming, the first would be $0000, then next time, you would load
it at $4000 because a 27256 holds $8000 bytes.
Typically I have found, when using a 27128 in place of a 2764, the
upper half is loaded on power up if the socket is wired strictly for a
2764. That being, the unused pins on the 2764 are not connected to
anything.
If you use a 27256 for a 2764, you just load it 4 times. $0000, $2000,
$4000 and $6000.
In theory, you only need to pick the segment that will actually load,
but since you may not know, circuitry differences can cause different
things to happen than what you might expect, etc- you program in
double, quad, etc.
If you're using windows, assuming your file is called say
"27128_eprom.bin" you can make a new file containing 2 copies of the
input file with the following command line:
COPY /B 27128_eprom.bin+27128_eprom.bin 27256_eprom.bin
The simplest way to use the 27256 as a 27128 is to pull up
Pin-27 (A14) and it IS technically a 27128. I have done this
many times.
Garberstreet Electronics
http://www.garberstreet.com
Simple.. but looks like, and is, a hack and the thing runs the risk of
being broken.
Just double program it so you don't have to worry about it.
> If you're using windows, assuming your file is called say
> "27128_eprom.bin" you can make a new file containing 2 copies of the
> input file with the following command line:
>
> COPY /B 27128_eprom.bin+27128_eprom.bin 27256_eprom.bin
Under MacOS X or Linux, this is similarly:
cat 27128_eprom.bin 27128_eprom.bin > 27256_eprom.bin
Matt
That's bull. I've done this many times with other upper
address lines. Besides, Pin-27 is pulled low on boards
that use the 27128, and I only meant when burning it.
Garberstreet Electronics
http://www.garberstreet.com
Now.. your response, thats bull. ..and a hack.
First of all, the pin is lifted, for programming only,
so you can program it AS a 27128. Then you insert it
back into the board. As I said, and is the case for
the Vulcan, Pin-27 is pulled low, no read state on the
upper half. It works, and is not a hack. Professionals
do this all the time.
Ok, if it bothers you, add a jumper from Ground to the
pin and it'll no longer be a hack. Good Lord. I can not
say a thing in here without being berated by one of the
guys who think that they can do no wrong, and that I can
do nothing right.
It's no wonder I don't attend KFest. You think I want
to spend 5 days getting this crap in person?
Garberstreet Electronics
http://www.garberstreet.com
Well, thanks guys.
Even my simple question was the instigator of a heated discussion,
which shows me that you all have a great passion for your hobby.
I'm not sure which direction I'll try, but I'm guessing it'll be the
simplest route for sure ;-)
Thanks again.
Philip