Difference between revisions of "Zon ZX-81 Programmable Sound Generator expansion for ZX81PLUS35 with working SD-Card"

From RevSpace
Jump to navigation Jump to search
m (23 October 2019, repaired definition 74LS02)
 
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:Zon X-81 Programmable Sound Generator expansion for ZX81+35}}
+
{{DISPLAYTITLE:Zon ZX-81 Programmable Sound Generator expansion for ZX81+35with working SD-Card reader}}
 
{{Project
 
{{Project
 
   |Name=ZON X-81 PSG for ZX81+35
 
   |Name=ZON X-81 PSG for ZX81+35
   |Picture=PSG for ZX81+35 REV 1.3 3D PREVIEW.png
+
   |Picture=ZON compatiible PSG with SD-Card interface rev 2.2.PNG
 
   |Omschrijving=Programmable sound generator for my ZX81 clone
 
   |Omschrijving=Programmable sound generator for my ZX81 clone
   |Status=In progress
+
   |Status=Completed
 
   |Contact=Mahjongg
 
   |Contact=Mahjongg
 
   }}
 
   }}
Line 128: Line 128:
  
 
[[File:Sound expansion rev 2.1.pdf]]
 
[[File:Sound expansion rev 2.1.pdf]]
 +
 
[[File:Sound expansion rev 2.1-1.png|800px]]
 
[[File:Sound expansion rev 2.1-1.png|800px]]
  
Line 135: Line 136:
  
 
New files were uploaded to GitHub
 
New files were uploaded to GitHub
 +
 +
== 25 October 2019, PSG board tested and works! ==
 +
I have confirmation that my ZON compatible PSG board, with a patched LS02, works fine with my ZX81_35 revision 4.0 ZX-81 clone.
 +
 +
Now I have a physical build up copy of my ZX81+35, I will probably will build one for myself too.
 +
 +
== 29 October 2019, PSG board rev 2.1 component overview ==
 +
[[File:Layout sound expansion rev2.1 component overview.png|800px]]
 +
 +
== 15 march 2022, great news a PSG board builder has gotten the SD-card interface working ==
 +
 +
A german ZX-81 enthusiast Thomas Schilling has built my ZX-81+35, and he has also built my ZON compatible ZX-81 Programmable Sound Generator expansion for ZX81PLUS35, and not only that, he also took the effort to find a way to patch my SD-Card interface through PSG I/O idea, and got a working SPI interface with just a small patch, you can see his hardware here:
 +
 +
[[File:The hardware thomas used, not the various patches on the PSG board.jpg]]
 +
 +
 +
he spent a year or so developing firmware for this hardware, and expanded the 8K ZX-81 ROM with driver software in a 16K OTP ROM, and the result looks excellent: see the menu listing files you can load from SD-Card!
 +
 +
File:The OS menu, showing files you can download using the SD-card interface.jpeg
 +
 +
you can see he has a known "game" that uses the ZON PSG "dancing demo" in this list, perhaps there are other ZON compatible games also in this list.
 +
 +
[[File:The OS menu, showing files you can download using the SD-card interface.jpeg]]
 +
 +
and here you can see the game Nanako running from the sd-card.
 +
 +
[[File:Game loaded on zx-81+35 using the sd-card interface.jpeg]]
 +
 +
I'm in contact with Thomas, and I will update the PCB for this PSG board with his patches.
 +
I'm also planning to build a version that will work on any real ZX-81 that upgrades it with 32K SRAM, the ZON-ZX81 compatible PSG a new OTP ROM socket for the firmware, and the sd-card interface
 +
I will start a new project for it.
 +
 +
== March 16, 2022 have the details from Thomas ==
 +
I spoke with Thomas over the phone, and found out that there are changes necessary in the ZX81+35 schematic, to support 8K ROM the address decoding has to change, so I will create a new schematic, and update the layout and create new gerber files
 +
Secondly, obviously the PSG schematic and PCB needs to change to incorporate his patches.
 +
Which as I now know consists of a single transistor for a chip select inverter to make continuous uninterrupted selection (/CS) of the sd-card when switching from read to write or write to read mode possible, (the reason I thought using the PSG I/O was impossible, (but according to Thomas it works with just a transistor inverter) and the second patch is a FET based bidirectional level converter (N-FET with two pullup resistors) which is simply the standard level converter from 5V to 3V3, as is also used in I2C bidirectional level converters (Philips invention for I2C), and that is all.
 +
I will start on both updates, (schematics and PCB using my old Ultiboard CAD system) and will update the GitHub files as soon as possible, then I will start on a KiCad ZX-81 version of the PSG board, all in pin through hole PTH technology (with the possible exception of the SD-Card holder which is impossible to find in PTH technology (except as a module)). we agreed to keep our work open source, free to use for non commercial use. so its time to find my old garbage laptop with French AZERTY keyboard (i love to hate to use) that has windows 7 and runs my old semi legal Ultiboard CAD software, I hope it still works!
 +
 +
== March 23, 2022 added Thomas patches to rev2.1 created revision 2.2 ==
 +
 +
Unintentionally I created this version from version 2.0, then had to change the definition of the 74HCT02 once more, as that was less work than starting anew but now from Revision 2.1. so lesson learned, that before you start to make sure you are working from the very latest version, as otherwise you may be re-introducing old bugs. Also, I could not find the tinier version of the NOR symbol, so these are a bit larger.
 +
 +
the new version as a .PDF can be seen here:
 +
 +
[[File:PSG with sd-card interface for ZX81plus35 REV 2.2.pdf]]
 +
 +
and as a picture:
 +
 +
[[File:ZON compatiible PSG with SD-Card interface rev 2.2.PNG|1000px]]
 +
 +
As you can se there are just a few changes necessary: the chip select signal is inverted with T1 so that the chip select stays asserted even when the GPIO port is switched to input, that is the trick that removes the problem I thought was unsolvable, its actually quite a nice solution, I feel stupid  that i had not thought of it. The second patch is to use an actual level converter T2 for the bidirectional data line, I thought that the SD-card would be able to drive the AY-3-1912 directly as the signal would reach the PSG chip almost unattenuated, but thomas seems to disagree, and he has tried it so I obliged.
 +
 +
Actually I already (in a long and strenuous Ultiboard session) managed to add the new parts, but I still have to export the production files, and add the changes to the BOM file. And I hope Thomas will give it a look and give his okay, (he did!) and then I can update My GitHub pages.
 +
 +
== April 4, 2022 Thomas gave his go ahead, and uploaded new firmware ==
 +
On April 4 Thomas gave his okay, and uploaded a new 8K image to add to the existing 8K ZX-81 ROM starting from address 2000hex. it now contains firmware that gives a menu with up-to 26 entries (from A to Z) you can choose from to load a .ROM game image. A SD-Card image is loaded ten times faster from SD than from cassette.
 +
 +
After I have uploaded all the new materials to GitHub I can start working on a PTH version for a real ZX-81 (and my ZX81+38 clone).
 +
That new board will also replace the on-board ROM an RAM of the ZX-81, and will add 16K ROM and 32K RAM, plus the programmable sound chip with the SD-Card interface. It will be open source, so anyone can build this board,  and perhaps I will start selling them assembled and tested. if there will be a demand, I need to consider that.
 +
 +
I also need to ask Thomas how games can be converted to .ROM files. hopefully with a converter that can convert .TAP files to .ROM files.
 +
 +
== Monday March 28 2022 Layout ready of rev 2.2 ==
 +
 +
Here a preview of the new layout with the patches needed for a working SD-Card reader:
 +
 +
[[File:ZON compatible PSG with SD-Card interface rev 2.2.PNG]]
 +
 +
And an Updated component overview diagram:
 +
 +
[[File:Layout sound expansion rev2.2 component overview.png]]
 +
 +
== Wednesday March 30 2022 BOM ready ==
 +
 +
Here is a .PDF version, an .XLSX (spreadsheet) version will be uploaded to GitHub.
 +
 +
[[File:PSG sound expansion BOM.pdf]]

Latest revision as of 19:22, 5 April 2022


Project ZON X-81 PSG for ZX81+35
ZON compatiible PSG with SD-Card interface rev 2.2.PNG
Programmable sound generator for my ZX81 clone
Status Completed
Contact Mahjongg
Last Update 2022-04-05

The ZON X-81 is a sound generator based on the famous AY-3-8912 PSG.

This is a remake for my ZX-81+35 ZX81 clone. It features stereo sound outputs, and also enables the GPIO's, to which an SD-card slot is connected, which hopefully will enable, with help of some software expansion in ROM, to read SD-cards. Additionally the board serves (can serve) as an interface to a classical edge connector, or to another ZX81+35 expansion board (with pinheader connector).

I started by investigating the original ZON X-81, and soon found out there were two verslons, the original ZON X-81 and the later, "Spectrum compatible" ZON X. For neither a schematic diagram seemed to be available, and there seemed to be some confusion about the I/O ports used. In the end I decided the best course of action seemed to be to use the available information to draw up my own schematic, and ask for input from the community. So I eventually came up with this. File:ZONX sound expansion REV 2,0.pdf

Sound expansion (preliminary)-1.png

The ZON X (and presumably the ZON X-81 also) used just the minimum amount of logic to interface directly to the AY-3-8912 PSG, using just two 74LSxx logic IC,s a 74LS11 and a 74LS02 to access two 8-bit registers of the PSG, the data register and the index register. The data register is used to write data to one of the 18 registers of the chip, the index register is used to choose which one of the 18 registers is used. Some registers control GPIO ports of the chip, depending on the version of the chip there could be zero, one or two of these, the 8912 used has one eight bit port. But on the ZON X you can only write to any of the IO ports,due to the simple decoder logic used. it also used the ancient 7472 TTL chip to create a divide by two counter to divide the 3.25 MHz clock by two to a suitable 1.625MHz clock for the PSG. My guess as a reason for this even then strange choice was that the vendor of the ZON X-81, a company called BI-PAK that was know for selling cheap (3rd choice) transistors and IC's in packages called "BI-Pak" then, had quite some stock left over of 7472's, and decided to use them. in any case their interface logic worked, where many others had taken a look at the convoluted interface logic of the AY-3-8912 chips, and had decided against trying to directly interface to it (the AY-3-89xx series was designed to be interfaced with a CPU that lost the early "CPU wars", the ill faith-ed early PDP11 architecture based 16-bit general instrument CP1610, anyone remembers that one?, it used a completely different bus interface than thwo competing standards, the Motorola, and the Intel bus standard, so interfacing it to a Z80 which the "intel bus", was anything but simple. Most Z80 systems that used the AY-3-8912 therefore controlled it indirectly, often through a "PIO" chip like the intel 8255, as did for example MSX systems, and many others. BI-PAK decided against such an approach, and developed their interface from "fist principles", to be as cheap as possible. Much like the ZX81 itself.

My own (ZX81+35) version

So, this was my initial starting point, and the revision 1.0 (unfinished) schematic was based on it, except for the audio output circuit, and a more flexible clock generator (at that point I still was not sure which clock frequency the ZON X-81 used, and I wanted an independent clock generator, as the clock of the ZX81+35 could also "randomly" double its clock signal to 6.5MHz (I consider changing that in the definitive version, so the output clock will always be 3.25 MHz even in turbo mode, so I don't need in internal clock generator in my PSG, it will also be more compatible with other expansions).

So this is the first beta revision schematic:

PSG for ZX81+35 REV 1.0 medium.png


to do; Remove extensive divider, and local xtal oscillator, add simple divider-by-two (1/2 74HC74). √ Done.

add audio output to stereo jack (mix A, B and C outputs) √ Done.

Add write register logic (Raise BC1 also during valid IORD cycle). √ Done.

add third port header for pinheader as in ZX81+35, as alternative for edge connector. √ Done.

add SD-card interface logic, need pullups on GPIO √ Done.

build prototype and test.

try to get to read (FAT32) SD-card using bit-bang driver.

first final version, without sd-card interface

Revision 1.2, not using GPIOs: File:PSG for ZX81plus35 REV 1.2.pdf

PSG for ZX81+35 REV 1.2.png

second final version, with sd-card interface

Revision 1.3: File:PSG for ZX81plus35 REV 1.3.pdf

PSG for ZX81+35 REV 1.3.png

note, I made a mistake! the sd-card can output levels up-to 3v3, which is fine for the PSG (AY-3-8912), witch just needs a signal between 2.5V and 5V, but the PSG can output 5V levels (when the GPIO port is programmed as output) but the SD-card cannot cope with 5V levels. Initially I thought the PSG used open collector outputs, so I simply used pullups to 3V3, but I'm not sure the PSG won't output 5V levels, so the pullups to 3V3 serve no use (other than to keep the clock level stable high during use of a GPIO input) so the resistor setup should change so that a 5V output from the PSG reaches the SD-card as no more than 3V3 so I need to change the circuit so it uses a resistor divider. a pullup on the clock line is still needed to keep the clock line high during using the GPIO as input, to avoid spurious clock signals, but the pullup will be to 5V, not 3V3.


A preview of the board, created with Altium.

PSG for ZX81+35 REV 1.3 3D PREVIEW.png

Revision 1.4 with level shifting resistor dividers

File:PSG for ZX81plus35 REV 1.4.pdf

data lines are pulled up (both DO and DI are normally high) clock and latch (CS) are not as they are normally low, the lower part of the resistor divider act like pull downs so neither a clock or a trigger is generated during a GPIO read cycle (all GPIOs become either input or outputs together). The 22K resistors also split the bus to avoid damage should both the GPIOs and the SD-card try to put different data on the "bus". PS. I noticed that with the original resistor values the SD-card could not drive the PSG inputs low enough, so I updated the resistor values in the .PDF, the .PNG will be updated ASAP.

PSG for ZX81+35 REV 1.4.png

Revision 1.5 with multiple PSG board support

File:PSG for ZX81plus35 REV 1.5.pdf

This version adds support for using two (or even three, if fan-out/fan-in and timing of the chips in the system allow it) PSG boards. It also adds support for using the PSG together with other boards that use A4, A5 or A6 as active low chip selects by adding three jumper locations with which you can disable the PSG for those "chip selects". When using two PSG boards you block one chip select for the primary, and another for the secondary board.

With two or more boards you can use a two wire (shielded) interconnect cable, so you can have six channel sound on one of the stereo jacks.

PSG for ZX81+35 REV 1.5.png

Revision 1.6, decided upon a DM3D Push-Pull micro-SD card reader

File:PSG for ZX81plus35 REV 1.6.pdf

As said, I decided upon a cheap and cheerful, and easy to implement card slot, which schematic symbol is slightly different than the original, it does not have a write protect switch, and uses a different pin numbering.

this is the new picture:

PSG for ZX81+35 REV 1.6.png

september 2016

I had to put this project on hold, as I discovered that I rotated the edge connector 180 degrees on the ZX81+35, and decided that I needed to correct that before I could continue with the expansion card. It has taken me a few weeks, and will take a few weeks more to correct the ZX81+35 layout, it quite a big job. after that I will have to rotate the connectors in the expansion card too, to adjust to the new correct layout, with pin 1 at the bottom (towards the user). Actually the 3D preview already showed pin 1 like that (the square pad), but the actual layout was wrong. I'm quite determined the ZX81+35 should be 100% compatible, so there was simply no way I would keep this error in. Another problem in the ZX81+35 I still intend to solve is the behavior in turbo mode, I think I know how to fix it.

Revision 2.0 corrected rotation of expansion connector

Resumed on PSG schematic on 27 September 2016. This version follows the correction of the rotation of the expansion connector, I did for the ZX81+35. File:PSG for ZX81plus35 REV 2.0.pdf

PSG for ZX81+35 REV 2.0.png

Now continuing with the layout. Note the new ZX81+35 (Revision 4.0) now will always output 3.25MHz on the expansion connector, even in turbo mode. Also added jumper so its theoretically possible to put 9V DC on the edge connector pin that on an original ZX81 carries 9V DC, but on my clone has only 5V, this makes it possible to become compatible for those expansions that require the 9V DC by adding an extra external 9V supply.

8 November 2016 Layout fully routed

This is a picture of the fully routed, and optimized PCB; I uploaded it with a filename without a "+" sign, to avoid the redirect issue that is plaguing this site:

Layout sound expansion.PNG

20 October 2019, realized the 74LS02 NOR ports are defined wrong!

Their pin numbering of U5 is wrong! for example gate A should have pin 1 as the output, and pins 2 and 3 as inputs, but somehow the library contained/contains an error. This also means the PCB is wrong! I will fix it, but will need my old laptop with ultiboard/ulticap to do so.

23 October 2019, repaired definition 74LS02

New schematic:

File:Sound expansion rev 2.1.pdf

Sound expansion rev 2.1-1.png

New Layout:

Layout sound expansion rev2.1.PNG

New files were uploaded to GitHub

25 October 2019, PSG board tested and works!

I have confirmation that my ZON compatible PSG board, with a patched LS02, works fine with my ZX81_35 revision 4.0 ZX-81 clone.

Now I have a physical build up copy of my ZX81+35, I will probably will build one for myself too.

29 October 2019, PSG board rev 2.1 component overview

Layout sound expansion rev2.1 component overview.png

15 march 2022, great news a PSG board builder has gotten the SD-card interface working

A german ZX-81 enthusiast Thomas Schilling has built my ZX-81+35, and he has also built my ZON compatible ZX-81 Programmable Sound Generator expansion for ZX81PLUS35, and not only that, he also took the effort to find a way to patch my SD-Card interface through PSG I/O idea, and got a working SPI interface with just a small patch, you can see his hardware here:

The hardware thomas used, not the various patches on the PSG board.jpg


he spent a year or so developing firmware for this hardware, and expanded the 8K ZX-81 ROM with driver software in a 16K OTP ROM, and the result looks excellent: see the menu listing files you can load from SD-Card!

File:The OS menu, showing files you can download using the SD-card interface.jpeg

you can see he has a known "game" that uses the ZON PSG "dancing demo" in this list, perhaps there are other ZON compatible games also in this list.

The OS menu, showing files you can download using the SD-card interface.jpeg

and here you can see the game Nanako running from the sd-card.

Game loaded on zx-81+35 using the sd-card interface.jpeg

I'm in contact with Thomas, and I will update the PCB for this PSG board with his patches. I'm also planning to build a version that will work on any real ZX-81 that upgrades it with 32K SRAM, the ZON-ZX81 compatible PSG a new OTP ROM socket for the firmware, and the sd-card interface I will start a new project for it.

March 16, 2022 have the details from Thomas

I spoke with Thomas over the phone, and found out that there are changes necessary in the ZX81+35 schematic, to support 8K ROM the address decoding has to change, so I will create a new schematic, and update the layout and create new gerber files Secondly, obviously the PSG schematic and PCB needs to change to incorporate his patches. Which as I now know consists of a single transistor for a chip select inverter to make continuous uninterrupted selection (/CS) of the sd-card when switching from read to write or write to read mode possible, (the reason I thought using the PSG I/O was impossible, (but according to Thomas it works with just a transistor inverter) and the second patch is a FET based bidirectional level converter (N-FET with two pullup resistors) which is simply the standard level converter from 5V to 3V3, as is also used in I2C bidirectional level converters (Philips invention for I2C), and that is all. I will start on both updates, (schematics and PCB using my old Ultiboard CAD system) and will update the GitHub files as soon as possible, then I will start on a KiCad ZX-81 version of the PSG board, all in pin through hole PTH technology (with the possible exception of the SD-Card holder which is impossible to find in PTH technology (except as a module)). we agreed to keep our work open source, free to use for non commercial use. so its time to find my old garbage laptop with French AZERTY keyboard (i love to hate to use) that has windows 7 and runs my old semi legal Ultiboard CAD software, I hope it still works!

March 23, 2022 added Thomas patches to rev2.1 created revision 2.2

Unintentionally I created this version from version 2.0, then had to change the definition of the 74HCT02 once more, as that was less work than starting anew but now from Revision 2.1. so lesson learned, that before you start to make sure you are working from the very latest version, as otherwise you may be re-introducing old bugs. Also, I could not find the tinier version of the NOR symbol, so these are a bit larger.

the new version as a .PDF can be seen here:

File:PSG with sd-card interface for ZX81plus35 REV 2.2.pdf

and as a picture:

ZON compatiible PSG with SD-Card interface rev 2.2.PNG

As you can se there are just a few changes necessary: the chip select signal is inverted with T1 so that the chip select stays asserted even when the GPIO port is switched to input, that is the trick that removes the problem I thought was unsolvable, its actually quite a nice solution, I feel stupid that i had not thought of it. The second patch is to use an actual level converter T2 for the bidirectional data line, I thought that the SD-card would be able to drive the AY-3-1912 directly as the signal would reach the PSG chip almost unattenuated, but thomas seems to disagree, and he has tried it so I obliged.

Actually I already (in a long and strenuous Ultiboard session) managed to add the new parts, but I still have to export the production files, and add the changes to the BOM file. And I hope Thomas will give it a look and give his okay, (he did!) and then I can update My GitHub pages.

April 4, 2022 Thomas gave his go ahead, and uploaded new firmware

On April 4 Thomas gave his okay, and uploaded a new 8K image to add to the existing 8K ZX-81 ROM starting from address 2000hex. it now contains firmware that gives a menu with up-to 26 entries (from A to Z) you can choose from to load a .ROM game image. A SD-Card image is loaded ten times faster from SD than from cassette.

After I have uploaded all the new materials to GitHub I can start working on a PTH version for a real ZX-81 (and my ZX81+38 clone). That new board will also replace the on-board ROM an RAM of the ZX-81, and will add 16K ROM and 32K RAM, plus the programmable sound chip with the SD-Card interface. It will be open source, so anyone can build this board, and perhaps I will start selling them assembled and tested. if there will be a demand, I need to consider that.

I also need to ask Thomas how games can be converted to .ROM files. hopefully with a converter that can convert .TAP files to .ROM files.

Monday March 28 2022 Layout ready of rev 2.2

Here a preview of the new layout with the patches needed for a working SD-Card reader:

File:ZON compatible PSG with SD-Card interface rev 2.2.PNG

And an Updated component overview diagram:

Layout sound expansion rev2.2 component overview.png

Wednesday March 30 2022 BOM ready

Here is a .PDF version, an .XLSX (spreadsheet) version will be uploaded to GitHub.

File:PSG sound expansion BOM.pdf