Search found 992 matches

by siggi
Fri Feb 23, 2024 11:45 am
Forum: Development
Topic: Yet another graphics demo in WRX mode
Replies: 3
Views: 5594

Re: Yet another graphics demo in WRX mode

Here it is (incl. 50 Hz screen flicker)
IMG_1373.JPG
by siggi
Fri Feb 23, 2024 10:55 am
Forum: Hardware
Topic: ZX81 toZX80 conversion.
Replies: 22
Views: 4192

Re: ZX81 toZX80 conversion.

You should replace the black stripes by real slots (for better cooling) ..

:mrgreen:
by siggi
Wed Feb 21, 2024 11:17 am
Forum: Hardware
Topic: I've borked it
Replies: 123
Views: 10038

Re: I've borked it

As I have already written in the other thread: bend the ram's pin /OE up and connect it to the Z80 /RD signal (e. g. at the edge connector).
That solves the timing problem during WRITE cycles ....

Siggi
by siggi
Wed Feb 21, 2024 9:02 am
Forum: Hardware
Topic: I've borked it
Replies: 123
Views: 10038

Re: I've borked it

I've compared the Hitachi chip against the half K chip read cycles and it looks like /OE is doing nothing. Looks like the whole thing is driven by the /CE and I should instead tie /OE to ground? Or do I have that wrong? This diagram shows a "Read Cycle (1) (/CE controlled )" Maybe it has also a dif...
by siggi
Tue Feb 20, 2024 3:56 pm
Forum: Hardware
Topic: I've borked it
Replies: 123
Views: 10038

Re: I've borked it

1.) Sinclair invested exactly nothing in decoupling capacatitors, but CMOS rams like them (typically 100 nF tantalum)
2.) There might be a well-known timing problem:
https://www.sinclairzxworld.com/viewtop ... 078#p39078

HTH Siggi
by siggi
Fri Feb 16, 2024 1:24 pm
Forum: Hardware
Topic: Hardware check sheet
Replies: 5
Views: 560

Re: Hardware check sheet

Pin 35 of ULA is the ocillator input:
ULA-35-OSC.jpg
ULA-35-OSC.jpg (4.79 KiB) Viewed 517 times
There should bei pulses @ 6,5 Mhz

Siggi
by siggi
Fri Nov 10, 2023 8:06 pm
Forum: Sinclair Misc
Topic: The "Ask Dr Beep anything" thread
Replies: 17
Views: 15846

Re: The "Ask Dr Beep anything" thread

What is your most favorite instruction/feature when coding on the Z80 in assembly? On the ZX81 that is the feature that code can be executed during line display, the call to upper memory. In hires I use this mainly to prevent display of a user defined character. In lowres it is used by the system w...
by siggi
Thu Nov 09, 2023 6:05 pm
Forum: Sinclair Misc
Topic: The "Ask Dr Beep anything" thread
Replies: 17
Views: 15846

Re: The "Ask Dr Beep anything" thread

dr beep wrote: Tue Nov 07, 2023 8:09 pm Now I use emulation only which is easier since I can do things while on the road with my laptop.
Me too:
ZX81 laptop with Lego docking station:
https://forum.tlienhard.com/phpBB3/down ... hp?id=2612

:mrgreen:
by siggi
Thu Nov 09, 2023 4:29 pm
Forum: Sinclair Misc
Topic: The "Ask Dr Beep anything" thread
Replies: 17
Views: 15846

Re: The "Ask Dr Beep anything" thread

dr beep wrote: Tue Nov 07, 2023 8:09 pm I played on a ZX81 in the '80s but never had one.
Did you use a Zeddy emulator or a ZX81 of someone else?
by siggi
Wed Nov 08, 2023 9:37 am
Forum: GAMES
Topic: New ZX81 Games
Replies: 381
Views: 706612

Re: New ZX81 Games

Works as expected. :mrgreen: Thanks a lot Siggi PS: Meanwhile I think, that the USB-driver interface (using sysvars SEED and COORDS for return values), which has been designed for usage by BASIC-programs and was later enhanced for usage also by m/c programs, should get a new m/c interface (using reg...