Showing posts with label Toastrack. Show all posts
Showing posts with label Toastrack. Show all posts

Friday, 4 November 2016

Spanish Spectrum+ 128K Keypad

This is an old post, preserved for reference.
The products and services mentioned within are no longer available.

Following on from the previous post about the Spanish Spectrum+ 128K 'Toastrack', this is the keypad that was shipped with it. It came as standard with Spanish models. There was a UK version advertised for a short while, but I don't think it was ever sold.
The keypad plugs into the BT jack socket marked 'Keypad' on the front of the Spectrum+. Not the best position, the cable doesn't really sit right.
The later +2 had the sockets on the back which seems a better idea. This looks like it had a label stuck on the top with superglue or something which has melted the plastic a bit.
Six screws on the back remove a back plate, and inside it is a similar construction to the Spectrum+.
The thick clear membrane is similar to that used on some Spectrum+ models, and those ones are usually still fine, most of the thinner opaque ones tend to go brittle and fail.
Beneath that is is keymat and captive keys, the same arrangement as the plus.
This does not have a separate backplate as the case acts as that.
The membrane is plugged into a small controller board.
Unusually for Sinclair, it's not a Ferranti ULA, but a PIC microcontroller. No Microchip logo on this one, it is GI, General Instruments, Microchip was formed several years later. This is the PIC1652, one of the very early ones, not even mentioned in my well thumbed Microchip 'bible' from the 1990s.
It is pin compatible with a lot of the later 18 pin pics from the 16C54 through the good old 16C84 and later. Here it is used to scan the keypad the feed keypresses back to the Spectrum via a serial protocol.
It is technically an RS232 serial port, with MC1488/1489 drivers, but it was actually implemented by bit banging IO pins on the AY-3-8912A sound chip. Although these signals are at +/- 12V, the keypad uses zener diode / resistor circuits to drop it's supply and data input to around 5V.
The keypad doesn't actually use an asynchronous serial protocol like RS232 (i.e. a clock running at both ends at an agreed speed). It's sort of synchronous (data and clock both sent from a master source), in that the Spectrum initiates all the transfers. There is a lot of handshaking going on, it says hello, waits for the keypad to say hello, the says hello again and the keypad sends back one bit of data. It does this by setting the line low, waiting for the keypad to set it's line low, then setting it high and waiting for the keypad to set it's line high etc.
When reading these, the top row is from the Spectrum, but bottom a reply from the keypad. The larger pulses in the reply are 1, a pair of shorter ones is 0. The protocol is variable length, if no keys are pressed, the keypad returns 1 for each row, 1 1 1 1 1 (as in the first plot). If a key is pressed, it returns 0 for a row, then follows that with 4 key bits, 0 if pressed, 1 if not.  The second plot shows 1 1 0 1 1 0 1 1 1,  that is no keys pressed on the first two rows. The third row is a 0, so is followed by 4 bits of key data for that row, the 0 indicates the 3rd key is pressed down. The final two ones are rows 4 and 5, no keys pressed.
When running, the keypad can be used for various editing functions, moving or deleting characters or words, jumping to the end of the line etc. There is also a menu with options to renumber the code or print a listing. I got those responses using a UK Spectrum+ 128K, since the Spanish Spectrum 128K has not been repaired yet. The keypad seemed intermittent, sometimes returning very long pulses or nothing at all, I tried with a couple of UK toastracks.

Monday, 31 October 2016

Spanish Spectrum+ 128K 'Toastrack'

This is an old post, preserved for reference.
The products and services mentioned within are no longer available.

This is the Spanish version of the Sinclair Spectrum+ 128K.
Based on the Spectrum+ 48K it gets the nickname Toastrack from the large finned heatsink on the right hand side.
This particular one doesn't actually have the heatsink when it arrived, Here is the UK version for comparison.
Inside, the 7805 voltage regulator is still there and would have been bolted to the heatsink (here I've borrowed one from the UK model). The board is larger than the original Spectrum+ 48K, which used the same board as the original Spectrum 48K.
It does share the same keyboard layout and keyboard membrane as the Spectrum+ 48K, and the same awful power supply circuits from the Spectrum. This takes 9V DC in and uses the 7805 to generate 5V (and lots of heat), and a switching circuit that generates two 12V rails (one from the RAM, one for the video) and -5V for the RAM. This was revised with every release of the original Spectrum and was always prone to failure, with often caused the 4116 RAM chips to fail.
Most of the chips are soldered in, but the ROM is socketed, and rather than a mask ROM, this is a 27256 EPROM with a handwritten 'DERBY' label (that was the codename of this model). Not sure if that is 'SP' for 'Spanish' below?
This is PCB version 2-1, I think there was a version 2 before this. The UK versions are 6K and 6U. All the chips along the bottom of the board are D4164C chips, providing the 128K of RAM to the Spectrum. All arranged as two chunks of 64K, rather than the contended 16K and upper 32K in the 48K model.
The large chip in the centre is the ULA, the 48 pin version used on this model and the original grey coloured Spectrum +2. This is now the correct way around. When it arrived, it was the wrong way around. Not sure when that happened, I hope it was never powered up like that. Note R127 and R128 just below the ULA are missing, in fact the were fitted and cut off from above, the tails are still present.
New with this model was an RGB output connector, as well as RF output. This is the same connector as used on later models, the levels are the same as the grey +2, and thus not compatible with the black +2A/+2B/+3 models.
There is a new sound chips, an AY-3-8912A, but no internal speaker this time, and the Mic and Ear connectors were moved to the side.
Next to them is an RS232 port. This does have proper 1488/1489 buffers, so runs at proper RS232 levels (unlike the port on the interface 1). There is no UART, so the serial interface provided by bit toggling on the AY-3-8912A, so the speed is limited as there is no hardware buffering. It uses a variation of the BT telephone jack, also used on the +2 range and the QL. It has a different key, so normal BT connectors cannot be used. I understand there was a late version of this with a 9 way D connector, but that was far too standard to be kept and was dropped again for the +2 which had the BT connectors again.
Although largely compatible with the original Spectrum, there were a few issues which stopped various add ons working. Most notably the omission of the clock signal form the edge connector. The pin which used to be clock is not connected at all, which will cause problems for anything more complicated than a joystick port.
I've been doing a lot of work with Spectrum's recently, and the clock signal is a real problem throughout the range. Here they had the decency to leave it unconnected. On the UK Spectrum+128K, they did connect it, but it is such a low level it is barely usable. (the dotted green line is 5V, the yellow clock line is less that 2V peak to peak). There is a long blog post on the way detailing all the fun involved in trying to get a decent clock signal from all the machines in the Spectrum range. Look out for lots more of these 'scope pics coming soon.
The UK version of the Spectrum+ 128K followed a year later, once they had sold all of the stockpile of Spectrum+ 48K machines. The UK model (at the top of the picture) was essentially the same machine. The one in the photo is a late version, by that point Amstrad were producing the ULA chips rather than Ferranti. I admit to being surprised to see the Amstrad logo in a Toastrack, but the date code (early 1986) matches the rest of the chips on the board.
Externally they were pretty similar. the Spanish keyboard was the same as the Spanish Spectrum+ 48K had been. I do like the true and inverse video symbols, and 'MODO EXTENDIDO' just sounds better. They UK version had a bit of a red theme, with red plastic springs on the keyboard stand, a red Sinclair logo and a red 128K.
I haven't mentioned one of the unique things about the Spanish Spectrum+ 128K, It came with something that plugged into another BT jack on the front of the keyboard, labelled 'KEYPAD'. More on that next time. [Update: Keypad article]
Oh yes, I should also add the Spectrum doesn't work, but we'll sort that next time.