Multiface

From Sinclair Wiki
Jump to navigation Jump to search

The Multiface One/128/3 is a Multipurpose Interface created by Romantic Robot UK Ltd.

Models

Multiface One

The Multiface One was released for the ZX Spectrum 16k/48k models. It featured a Kempston joystick port.

Technical details

Schematic of multiface One

Multiface One schematic

Multiface 128

The Multiface 128 was released for the ZX Spectrum 128k models, including the original +2 model. It worked in 128K or 48K mode. The 128 introduced the ability to save to the +D and DISCiPLE disk systems, but lost its joystick port. The device was not compatible with the later Spectrum +2A or the Spectrum +3.

Technical details

We haven't got a perfect schematic of Multiface 128. There is a PCB layout and a manual on WOS. The interface is built from 10 74LS TTL ICs, a 2764 8K EPROM and a 6264 8K static RAM. There are 4 D flip-flop (2x74LS74 IC4 and IC7) to manage RED BUTTON/NMI, stealth mode and store video memory page.

If we observe the PCB plan:

Multiface 128 PCB

we can find an error and several questionable things. -Thank you for pointing these out, that PCB layout is actually mine and I made it a long time ago and I have not actually re-created the pcb so indeed a couple of errors were present, I've checked and corrected on both the pcb-images (which I shall upload) as well as the text below.

  • A, (questionable) Stealth mode flip-flop (IC7) data input pin (2) not connected. It should be connected to +5V, e.g. to the adjacent 72LS32 (IC6) Vcc pin (14).

* should be connected to the pin on the opposite side of the same IC. So pin 2 to pin 13

  • B, (error) The circled track (horizontal red) is connect IC3 2nd (based on Texas Instruments 74LS27 datasheet) gate's output (pin 9) with IC9 1st (based on 74LS32 datasheet) gate's output (pin 3). This track could not be here.

* Yes that was a mistake, that short bit of track should not be there.

  • C, (questionable) Unused via.

* Copied verbatim from the actual hardware, but is indeed not necessary.

  • D. (questionable) Unused via pair.

* Again copied verbatim from the actual hardware, but are indeed not necessary.

  • E, (questionable) IC9 1st (based on Texas Instruments 74LS32 datasheet) gate's 1st input pin (1) is unconnected. It should be connected somewhere probably the nearby WR track (via of 6264 SRAM's pin (26) above this pin). So this gate makes a WR + A15 logical function.

* It actually connects to pin 27 right above it.

  • F, (questionable) IC9 3rd (based on Texas Instruments 74LS32 datasheet) gate output (pin 8) not connected somewhere. The track ended with a lone via.

* You cannot tell from this pcb, but this Multiface has a through port and this lone via connects with a wire to the A15 pin of the through port edge connector pcb. The actual A15 from the other side is not connected. Also pin 15 of the through connector pcb connects to the Multiface pcb via a 1N4004 diode. It connects to the hole that has the small bit of track leading nowhere.


There are three address decoding logic:

  • IC1 (74LS260 2x 5-input NOR gates), IC2 (74LS30 a 8 input-NAND gate), one gate (2nd) of IC3 (74LS27 3x 3-input NOR gates) and one gate (2nd) of IC9 (74LS32 4x 2-input OR gates) decode opcode fetch from #0066 or #0067 (A1-A15, M1, MERQ and RD). This used to trigger the Multiface 8k ROM (and of course of 8k RAM) to page in after the RED BUTTON push initiates an Non Maskable Interrupt (pulls NMI line).
  • One gate (1st) of IC3, one gate (1st) of IC5 and one gate (1st) of IC10 (74LS00 4x 2-input NAND gates) and two gate (2nd and 4th) of IC6 (74LS32 4x 2-input-OR gate) decode port I/O from/to xxxx xxxx  x011 x1xx address (A2, A4-A5, IORQ, RD and WR).The aid of a gate (3) of IC6 and 2 gates (3rd and 4th) of IC5 (A7) it used to manage the RED BUTTON stealth and page in/out logic.
  • One gate (1st) of IC9 and one gate (2nd) of IC3 decode write to I/O port 0xxx xxxx  xxxx xx0x (A1, A15 and WR). This used to store (D3) the selected video page in the 2nd D flip-flop of IC7 (74LS74 2x D-type flip-flop). See: ZX Spectrum 128 Paging

Multiface 3

The Multiface 3 was designed for ZX Spectrum +2A/2B, +3/3B models. The main feature of the Multiface 3 was its ability to save to +3 disk.