1
0
mirror of https://github.com/UzixLS/zx-sizif-xxs.git synced 2025-07-19 07:11:28 +03:00

add specdrum

This commit is contained in:
Eugene Lozovoy
2022-08-10 12:11:35 +03:00
parent 568f590171
commit ed67f19417
3 changed files with 14 additions and 10 deletions

View File

@ -10,14 +10,15 @@ Smallest FPGA-based ZX Spectrum clone with real Z80.
* PS/2 keyboard
* Pentagon, Spectrum 128, Spectrum 48 and Spectrum +3e modes
* Altera EP1C3T100 FPGA
* Real Z80 in 3.5MHz, 4.4MHz, 5.2MHz, 7MHz modes
* Real Z80 with 3.5MHz, 4.4MHz, 5.2MHz, 7MHz modes
* 512K RAM
* TurboSound with switchable stereo ABC/ACB/mono output
* Integrated DivMMC and Z-Controller, 1x microSD socket
* PAL video output (AV cable like in Raspberry Pi)
* ULAplus
* Mono covox (Pentagon standard)
* SounDrive (4-channel stereo covox)
* SpecDrum
* Covox (Pentagon standard - port #FD)
* SounDrive (4-channel stereo covox - ports #0F, #1F, #4F, #5F)
* Tape input via 3.5" jack
* USB 5V power supply
@ -42,7 +43,7 @@ If you press Magic button for a short time, the standard NMI handler 'll be call
| Alt | Joystick's fire |
### RAM
Sizif contains 512K RAM. 128K available via 7FFDh port, 128K via DFFDh (Profi standart, most compatible with old 128K software) and 128K used for DivMMC. Remaining space used to store ROM. Note that DFFDh port available only in Pentagon mode.
Sizif contains 512K RAM. 128K available via 7FFDh port, 128K via DFFDh (Profi standart, most compatible with old 128K software) and 128K used for DivMMC. Remaining space used to store ROM. Note that DFFDh port available only in Pentagon mode.
### SD card
Sizif have preinstalled esxDOS firmware, which provides ability to load TAP, TRD, SCL, Z80 files and save snapshots. To use this you should format SD cart to FAT32 or FAT16 and unpack latest esxDOS release ([link](http://www.esxdos.org/index.html)) to card. Also it's recommended to install Long Filename Browser ([link](https://spectrumcomputing.co.uk/forums/viewtopic.php?t=2553)) to card.
@ -56,4 +57,4 @@ Sizif have preinstalled esxDOS firmware, which provides ability to load TAP, TRD
* tape input moved slightly away to not to interfere with wide AV jack
* 3.5 jacks replaced with THT variant for better reliability
* changed ps/2 header orientation
* Zero Rev.A - first release of Zero version. Based on Rev.B of main pcb.
* Zero Rev.A - first release of Zero version. Based on Rev.B of main pcb.