Why does OZ only support certain flash chips?
Why does OZ only support certain flash chips?
I've never encountered this in any of the retro hacking projects I've participated in. As long as the pinout, cycle time, and memory type are the same, what are the differences?
Re: Why does OZ only support certain flash chips?
If you take a look at the code, OZ reads the manufacturer and device IDs. Since there are multiple standards (Intel protocol with 64KB sector erase, AMD protocol with 64KB sector erase, and SST which is AMD-like but with 4KB sector erase) OZ is not going to be able to guess which protocol to use unless each device is added to the OS's supported whitelist with its corresponding write method.