Table of Contents |
---|
Info | ||
---|---|---|
| ||
This section is currently being changed and re-written. It is very nearly finished. |
Introduction
The Z88 Flash/RAM card has been working for several years now. When OZ 4.6 was introduced, allowing applications to be run in RAM, some games failed to run.
...
It has already been proved that if OZ 4.7 is run in a 256K EPROM card, the application runs faultlessly. This is because the code that the flash chip normally writes to the data bus is no longer written, as there is no flash chip. The OTP (One Time Programming) EPROM uses a similar footprint to the 512K Flash chip, so it was decided to try this combination and see if it improves the performance.
Two versions are being considered.
- 256K - for OZ 4.7 and
768K of RAM - 256K - for OZ 4.7 and
768K of Flash
Although the best solution would be a software upgrade to OZ 4.7 allowing users to update their cards, it has been decided to see if by changing the hardware the same result may be achieved. See Writing to Flash Chips for a full explanation of what needs to be fixed. The object of this exercise is to run OZ 4.7 in the OTP EPROM in the top 256K area, leaving the rest of the address space 768K for either RAM, using the 1M RAM chip or Flash, using the 1M Flash chip. The only disadvantage is that users will no longer be able to update their OZ themselves, but a socket may be . A socket is fitted in the card, so that the OTP EPROM may be replaced.
The address decoding will be identical for both versions.
Method
The modified 512K/512K card has already been used with the modified extender card as described in the Z88 Hardware Investigation section, to test how the decoder chip may be used with different address maps. It was decided just to build a card using the knowledge gained from these previous tests.
Decoder
...
Decoder Connections
The decode chip used, is repeated twice in the same device. The first part does the 256K/768K chip select decodes the 256K EPROM. The unused decode is used to decode either the RAM or FLASH.
In all cases, the input pins of the unused part (Pins 13, 14 & 15), need to be isolated as they have been connected to GND.
Details
Address Map OTP EPROM/RAM or FLASH
256K OTP EPROM, 768K FLASH or RAM
CE | A19 | A18 | |
---|---|---|---|
256K OTP EPROM | 0 | 1 | 1 |
768K FLASH or RAM | 0 | 1 | 0 |
768K FLASH or RAM | 0 | 0 | 1 |
768K FLASH or RAM | 0 | 0 | 0 |
NOT SELECTED | 1 | X | X. |
Choosing the output
Using the signal that we wish to control as the Enable signal, choosing which out put is used is determined by A0 and A1. In this case they are both high, which means that Y3 is used.
- ROE to E (Pin 15)
- Vcc to A0 (Pin 14) for A19 high
- Vcc to A1 (Pin 13) for logic 1
The output was Y3 (Pin 9). It passed through the signal. The other 3 were high. Connecting MA19 and Vcc afterwards, the card worked perfectly.
This procedure was repeated for
- ROE to E (Pin 15)
- Vcc to A0 (Pin 14) for A19 high
- GND to A1 (Pin 13) for logic 0
The output was Y1 (Pin 11).
This was the final result as it would allow the Enable signal from the Z88 to be gated into the logic as well.
512K FLASH PROTECTED & 512 RAM
...
Connection List 256K
Decoder Connections
The decode chip used, is repeated twice in the same device. The first part does the 256K chip select decodes the 256K EPROM with SE1, A19 and A18. The unused decode is then used to decode the remainder of the space, either the RAM or FLASH.
Selecting the decoder outputs
I/O | PIN No | I/O | PIN No | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
FROM Z88 SE1 | I | E | 1 | 1 | 0 | 0 | 0 | 0 | FROM Z88 SE1 (0) | I | E | 15 | 1 | 0 | 0 | 0 | 0 | |
FROM Z88 MA19 | I | A0 | 2 | X | 1 | 0 | 1 | 0 | FROM FLASH OTP EPROMCE (01) | I | A0 | 14 | X | 1 | 0 | 1 | 0 | |
FROM Z88 MA18 | I | A1 | 3 | X | 1 | 1 | 0 | 0 | LOGIC 0 - 0v | I | A1 | 13 | X | 1 | 1 | 0 | 0 | |
O | Y0 | 4 | 1 | 1 | 1 | 1 | 0 | O | Y0 | 12 | 1 | 1 | 1 | 1 | 0 | |||
O | Y1 | 5 | 1 | 1 | 1 | 0 | 1 | TO RAM or FLASH CE | O | Y1 | 11 | 1 | 1 | 1 | 0 | 1 | ||
O | Y2 | 6 | 1 | 1 | 0 | 1 | 1TO RAM or FLASH CE | O | Y2 | 10 | 1 | 1 | 0 | 1 | 1 | |||
TO FLASH OTP EPROM CE | O | Y3 | 7 | 1 | 0 | 1 | 1 | 1 | O | Y3 | 9 | 1 | 0 | 1 | 1 | 1 |
Connection List 1M
...
Y0
...
Y0
...
Y1
...
Y1
...
Conclusion
Further testing will be done before reporting that a hardware solution has been found.
What has changed?
- The chip select of the decoder remains unchanged.
This selects the RAM Chip Enable when A19 is low and the FLASH Chip Enable when A19 is high. - The FLASH chip only uses its Chip Enable when it is read, like a ROM.
The second independent part of the decoder does a similar function to the FLASH chip like the first, by only enabling its Output Enable signal with ROE, when A19 is high and Card Enable is low. This means that when the on board RAM is accessed, or the card is no longer enabled, the FLASH chip is no longer able to write to the data bus. - The extra circuitry does in effect the same thing as the chip enable, but gates the Output Enable signal. This prevents the flash chip from writing to the data bus when it is not selected.
POE & ROE
Splitting these two signals on the 512K/512K Flash/RAM card has made no difference. There are more cycles generated on the POE signal to refresh the RAM, but it was found that even Cambridge are using the ROE signal for their RAMs so it is proposed to leave ROE to Output Enable the FLASH and RAM as before.
Modifying Flash Cards
Some flash chips are better than others. What has been found is that it is possible to crash the Z88 consistently with one flash card and not with another one. It does not matter which size they are either. This is why not all users have experienced errors. It also depends what the user does. Just using Pipedream and saving files will not cause any errors.
New cards will be modified with these changes.
512K Flash Modifications
...
Using the signal that we wish to control as the Enable signal, choosing which output is used is determined by A0 and A1. In this case they are both high, which means that Y3 is used.
- SE1 to E (Pin 1)
- MA19 (Pin 2) for A19 high
- MA18 (Pin 3) for A18 high
The output for the OTP EPROM CE is Y3 (Pin 7).
The same technique is repeated for
- SE1 to E (Pin 15)
- From OTP EPROM CE to A0 (Pin 14) for when it is high, the OTP is not selected
- GND to A1 (Pin 13) for logic 0
The output for the RAM or Flash is Y1 (Pin 11).
Connecting the OTP EPROM
PCB Modifications
Connection Chart
Edge Con | Decoder | Signal | OTP EPROM | 1M RAM | 1M Flash | ||
---|---|---|---|---|---|---|---|
30 | 1 | SE1 | x | ||||
38 | 2 | A19 | x | ||||
37 | 3 | A18 | x | ||||
7 | 14 | OTP CE | 22 | RH 512K LK | RH 512K LK | x | |
11 | RAM CE | RH RAM LK | X | ||||
11 | FLASH CE | LH RAM LK |
256K OTP EPROM 768 RAM Modifications
Pin | Pin | Pin | Pin | Pin | Instruction | |||||
---|---|---|---|---|---|---|---|---|---|---|
U4 | 3 | 4 | 5 | 14 | 15 | Lift up pins DO NOT CONNECT TO PCB | ||||
U4 | 133 | A19 A18 - Connect to pad near 1 U1 | ||||||||
U4 | 2 | U47 | 14 | (SE1) CE -Connect to RH pad of 512K | ||||||
U4 | 1 | U4 | 15 | ROE - Connect to VIA | U4 | 10 | ROE_S Connect to | U1 | 37 | 512K FLASH OE |
...
11 | Connect to RH pad of RAM | |||||
U3 | 1 | Cut track (A18) | ||||
U3 | 1 | Connect to Vpp Edge connector Pin 19 |
256K OTP EPROM 768 FLASH Modifications
Pin | Pin | Pin |
---|
Pin | Pin |
---|
Instruction | ||||||
---|---|---|---|---|---|---|
U4 | 3 | 4 | 5 | 14 | 15 | Lift up pins DO NOT CONNECT TO PCB |
U4 |
3 | A18 - Connect to pad near 1 U1 | ||||
U4 | 7 | 14 |
Connect to RH pad of 512K | |
U4 |
11 | Connect to LH pad of RAM | |||||
LK1 - LK2 | Cut track between LH pad of 512 and LH pad of RAM | |||||
U3 |
1 | Cut track (A18) | |||||
U3 | 1 | Connect to Vpp Edge connector Pin 19 |
Conclusion
Further testing will be done before reporting that a hardware solution has been found.