1
0
mirror of https://github.com/UzixLS/zx-sizif-128.git synced 2025-07-18 23:01:28 +03:00

update readme

This commit is contained in:
UzixLS
2020-07-26 13:56:56 +03:00
parent 63b82d6f61
commit acbd0abd55
2 changed files with 15 additions and 11 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
Cheap compact ZX Spectrum CPLD-based clone.
Specifications:
- CPLD EPM7128SLC84 (128 macrocells)
- Z80 3.5 (3.5795) MHz
- 128K RAM
- AY-8910 (YM2149) mono sound
- Pentagon timings
- PAL encoder in CPLD
- Intended to build on 9x15 prototyping board, but may be built on manufactured PCB
To modify and compile CPLD firmware you need Quartus 9.0 SP2.
To modify schematic and pcb you need Kicad 5.1.4 or newer.
[Some photos](https://cloud.err200.net/index.php/s/73TR85tYZkMm8Ax?path=%2Fsizif-128)

View File

@ -1,11 +0,0 @@
Compact ZX Spectrum CPLD-based clone.
Specifications:
- 128K
- AY-8910 (YM2149) mono sound
- Pentagon timings
- PAL encoder in CPLD
- Intended to assemble on prototyping board, but may be assembled on manufactured PCB
To modify and compile CPLD firmware you need Quartus 9.0 SP2.
To modify schematic and pcb you need Kicad 5.1.4 or newer.