The Dan ][ SD card disk controller

508 posts / 0 new
Last post
CVT
CVT's picture
Offline
Last seen: 16 hours 25 min ago
Joined: Aug 9 2022 - 00:48
Posts: 1227
dabone wrote:CVT wrote:dabone
dabone wrote:
CVT wrote:
dabone wrote:

Ok, how about this for 28cXX support?

 

It's pin 27 that the problem,  it's actually A14 on 27256s and 27512s, but the 28c series uses it as the write enable pin.

So for proper address decoding on standard eproms, this pin should be held low, but on the 28c series it needs to be held hig

 

 

The original design only went as high as 27C128 for the 27-series EPROMS:

 

 

There is no need to go higher. The 27C128 chip fits 16K, while the firmware that needs to be written is only 512 bytes: https://github.com/ThorstenBr/Apple2Card/blob/main/eprom/bin/eprom.bin

 

Offline
Last seen: 1 day 9 hours ago
Joined: Feb 11 2020 - 12:33
Posts: 33
I currently have around 100

I currently have around 100 25c512s, and 20 or so w27c512s, and 10 or so 27256s.

So supporting eproms that people may have or use is a good thing. 

It's true that you can just tie that pin high and offset the rom into the bigger chips, but easier if you don't need to.

 

CVT
CVT's picture
Offline
Last seen: 16 hours 25 min ago
Joined: Aug 9 2022 - 00:48
Posts: 1227
dabone wrote:I currently have
dabone wrote:

I currently have around 100 25c512s, and 20 or so w27c512s, and 10 or so 27256s.

So supporting eproms that people may have or use is a good thing. 

It's true that you can just tie that pin high and offset the rom into the bigger chips, but easier if you don't need to.

 

You might happen to have lots of those, but larger chips are more expensive and harder to find. So, perhaps going lower instead of higher might be something else to consider, like AT28C16 in DIP24 package.

tamsoftware's picture
Offline
Last seen: 1 week 3 days ago
Joined: Nov 26 2024 - 17:57
Posts: 2
Ordered a batch for UK

FYI I've just ordered a batch of boards - they should be available in the UK in the coming weeks. If anyone's interested please dm me. I can also probably prepare full kits (assembled or not).

Offline
Last seen: 4 hours 19 min ago
Joined: Jul 5 2018 - 09:44
Posts: 2642
CVT wrote:dabone wrote:I
CVT wrote:
dabone wrote:

I currently have around 100 25c512s, and 20 or so w27c512s, and 10 or so 27256s.

So supporting eproms that people may have or use is a good thing. 

It's true that you can just tie that pin high and offset the rom into the bigger chips, but easier if you don't need to.

 

You might happen to have lo

AT28C64 are super easy to find and reasonably priced.  I've used them in the original DAN ][ design.  Most of the ones I have built I used an AT28C256 ot CAT28C256

 

 

Offline
Last seen: 1 day 9 hours ago
Joined: Feb 11 2020 - 12:33
Posts: 33
I'm doing one more respin of

I'm doing one more respin of this, and defaulting to pin 27 being tied high for 28cxx compatiblity, but allowing a solder jumper to handle 27 tied low so it can work with 27256s, 27257s, 27512s, and w27c512s.

These will also work with 27 tied high, but then you have to figure out your offset when you burn your image.

That gives the most options and ease of use.

 

 

 

Offline
Last seen: 4 hours 19 min ago
Joined: Jul 5 2018 - 09:44
Posts: 2642
dabone wrote:I'm doing one
dabone wrote:

I'm doing one more respin of this, and defaulting to pin 27 being tied high for 28cxx compatiblity, but allowing a solder jumper to handle 27 tied low so it can work with 27256s, 27257s, 27512s, and w27c512s.

These will also work with 27 tied high, but then you have to figure out your offset when you burn your image.

That gives the most options and ease of use.

 

&n

 

Sounds like a plan!

 

Pages

Log in or register to post comments