Ed,
?
You are incorrect on the size.? The Intel HEX format provided at KO4BB is two bytes of ASCII to be converted to one byte of binary, plus the Intel format includes some overhead for each record (length, offset, type, checksum).? There is no compression making the encoding expansion for a binary a factor of about 2.4.
?
Ex for one of the image files:
?
? $ srec_info 8590-u6.hex -intel
? Format: Intel Hexadecimal (MCS-86)
? Data: ? 000000 - 03FFFF
?
4x 27c020 is what is needed.
?
Please check your math.
?
-mark
?
?
?
On Sat, Apr 5, 2025 at 05:38 PM, Ed Marciniak wrote:
toggle quoted message
Show quoted text
The files in the folder referenced are 636KB each as hex. As binary, that should be around 512KBytes each, or 4 megabits.
?
I guess you could do the math on whether your two chips hold 8 megabits each.
?
I don't have an 859X but I am a computer guy working backwards from my phone.
?
I just saw an email pop up while writing this about 4x27c020. I think you’ll find the newer firmware is larger than the old and you’ll need 27c040 parts.
?
Being the Motorola processor begins its power up by reading from the bottom of memory address range and ram typically gets located at the top, this avoids having to remap address lines, but it also facilitates swapping larger EPROMs in so long as the sockets have enough address lines to address the entire chip.
?
..