Address Decoding

For discussing the 65xx hardware itself or electronics projects.
kc5tja
Posts: 1706
Joined: 04 Jan 2003

Post by kc5tja »

Don't tell Robert Grossblatt that, who in his 8088 Project Book, used an EPROM for address decoding with his 4.77MHz 8088 computer. Build on breadboards no less.

The trick to using EPROM for such things is to make sure you have a fast-enough part.
User avatar
BigDumbDinosaur
Posts: 9428
Joined: 28 May 2009
Location: Midwestern USA (JB Pritzker’s dystopia)
Contact:

Post by BigDumbDinosaur »

You can get some pretty fast EPROMs these days. For example, ST Micro's M27C256B has a 45ns access time. It's a 32Kbx8, UV-erasable part and probably would work fine as an address decoder.
User avatar
Mike Naberezny
Site Admin
Posts: 295
Joined: 30 Aug 2002
Location: Northern California
Contact:

Post by Mike Naberezny »

BigDumbDinosaur wrote:
You can get some pretty fast EPROMs these days. For example, ST Micro's M27C256B has a 45ns access time. It's a 32Kbx8, UV-erasable part and probably would work fine as an address decoder.
Some Commodore computers use a Signetics 82S100 FPLA. This chip is no longer produced and is not supported by many device programmers. A few people have made replacements using a fast EPROM on a small adapter. I have also tried this and have had success with the AM27C512-45. From my reading of the datasheets for both parts, the timing characteristics are similar.

Regards,
Mike
User avatar
BigDumbDinosaur
Posts: 9428
Joined: 28 May 2009
Location: Midwestern USA (JB Pritzker’s dystopia)
Contact:

Post by BigDumbDinosaur »

Mike Naberezny wrote:
Some Commodore computers use a Signetics 82S100 FPLA. This chip is no longer produced and is not supported by many device programmers. A few people have made replacements using a fast EPROM on a small adapter. I have also tried this and have had success with the AM27C512-45. From my reading of the datasheets for both parts, the timing characteristics are similar.

Regards,
Mike
I would think that the timing requirements for any Commodore 8 bit unit would be easily accommodated. After all, we're talking about a 1 MHz clock, hardly a strain on today's silicon. A 45ns EPROM wouldn't even work up a sweat in such an application.
x86?  We ain't got no x86.  We don't NEED no stinking x86!
Post Reply