Hi, this project of revspace was realized by Martin and small bugs were removed by me. I also created a new PCB and add 32k RAM until a final version hardware
and wrote the software. See
It is started with LET L=USR 8888. If an SD-card (max. 2GB) is inserted in FAT16 format, the software will show a list of contents etc. and it work perfect with the original ZX-81. OK so far.
Then I added to the XPACK544 (with Joystick and Sponzy) the above described card named as
but because the Speccy on Zeddy does need the whole 16k of ROM I do not think there is a possibility to get access to SD-card because the firmware of this does need a part of the ROM address range 2000h to 3FFFh. My software V501 does need the memory above the RT to store the file structure. After selecting the desired file it will be copied to 4000h and above until 7FFFh max, so to say max 16k. The ZX81 can only run software from 0 to 32768 (RT). So there is no possibility to merge the SD-card and sound part of PSG_E16M32 together with XPACK544.
If you have an idea how to solve this, please let me know.