fit 27c160 into 27c800

pier

Crazed MVS Addict
Joined
Jan 24, 2020
Posts
139
Hello, i don't have any 27c800 but i have a spare 27c160, i was interested to know if it is possible to flash a 1mbit rom file into a 2mbit eprom.
 

HeavyMachineGoob

My poontang misses Lenn Yang's wang
10 Year Member
Joined
Apr 3, 2011
Posts
5,813
You could just expand the rom file to 16Mbit with FFs and burn the resulting file.

EDIT: With a hex editor I mean
 
Last edited:

skate323k137

Professional College Dropout
10 Year Member
Joined
Jan 7, 2013
Posts
4,186
You could just expand the rom file to 16Mbit with FFs and burn the resulting file.

EDIT: With a hex editor I mean

I prefer to simply copy the file 2x. I use 27c160 in place of 27c800 all the time. In windows copy /b I think can be used, but I double using Linux:

#cat romfile romfile > 27c160_romfile.bin

I double the rom in case the unused highest address line is toggled low or high. The rom will work with that pin high, low, or floating if you double the rom.
 
Last edited:

pier

Crazed MVS Addict
Joined
Jan 24, 2020
Posts
139
i am using the tl8766 plus with the 27c322/160/800/400 adapter usually i cut the rom files in 512k chunks and i flash it once per time switching banks. in that case can i flash only the first 2 banks and left the other 2 banks empty or i can flash them twice in the 3rd and 4th banks?
 

SpamYouToDeath

I asked for a, Custom Rank and, Learned My Lesson.
15 Year Member
Joined
Oct 3, 2005
Posts
6,059
i am using the tl8766 plus with the 27c322/160/800/400 adapter usually i cut the rom files in 512k chunks and i flash it once per time switching banks. in that case can i flash only the first 2 banks and left the other 2 banks empty or i can flash them twice in the 3rd and 4th banks?

If you connect the high address pin to ground, you should be able to use the low-half only. But... it's more convenient if you just burn the image twice, so the high address bit doesn't matter.
 

pier

Crazed MVS Addict
Joined
Jan 24, 2020
Posts
139
If you connect the high address pin to ground, you should be able to use the low-half only. But... it's more convenient if you just burn the image twice, so the high address bit doesn't matter.
it is what i have done but i had to cut to 512 to flash them with the tl866 plus adapter
 
Top