Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Tiny url http://tinyurl.com/jdp3qqr

...

The Z88 only uses one half of this dual decode chip. This circuit may be made with

  • inverters
  • 2 NAND gates

The inverters are slower than the NAND gates, so it was decided to use 5 NAND gates using 3 of the gates as inverters.

...

Inputs Enable SelectOutputs

/E
/CE 
A0
A19 
/Y1
/CE1 FLASH 
/Y0
/CE0 RAM 
000010
010101
021011
031111


00

01

02

03


They both agree.

Circuit Diagram

...

Using 5 NAND Gates to prove that there is a hardware problem was very useful, but for a production run using a single chip to replace these is the next step.

Choosing a Decoder chip

Looking through the datasheets for a Texas Instruments VC1 chip found the following timings:-

Part NoChipManufactureSpeed nS
PackagePrice



MinTypMax


1741279

SN74LVC1G139DCTR

Ti

<2.5
SM8$ 0.69

SN74LVC1G139DCUTTi / Farnell

<2.5
VSSOP£0.404

...


PART NUMBERPACKAGEBODY SIZE (NOM)
SN74LVC1G139DCTSM8 (8)2.95 mm × 2.80 mm
SN74LVC1G139DCUVSSOP (8)2.30 mm × 2.00 mm


Full Data Sheet for SN74LVC1G139 2-to-4 Line Decoder & Timing

View file
namesn74lvc1g139.pdf
height150

...

Image Added


This chip on its own provides the logic for the Z88 application.

...

Part NoChipManufactureSpeed nS
PackagePrice



MinTypMax



SN74LVC1G0832

Ti

<2.5
SOT-23 (DBV)$ 0.69
Single 3-Input Positive AND-OR Gate display fast times.

...

The Z88 only uses one half of this dual decode chip. This circuit may be made with

  • inverters
  • 2 NAND gates

The inverters are slower than the NAND gates, so it was decided to use 5 NAND gates using 3 of the gates as inverters.

Logic Lab Test v Truth Table

The logic was checked against the Simplified Schematic with thanks to http://www.neuroproductions.be/logic-lab/ for the simulator.

Image Added

Image Added

EY1
Inputs Enable SelectOutputs

/CE/CE AA0BA19 /Y3/Y2/CE1 FLASH Y1
/Y0
/CE0 RAM 
00000001110
010011101
020101011
030110111

1XX1111

00

01

02

03

They both agree.

Circuit Diagram using the Single 3-Input Positive AND-OR Gate and a single decode chip.

To be drawn

...