Search found 379 matches

by RetroTechie
Sun Nov 20, 2011 11:35 am
Forum: Development
Topic: To be 100% compatible, or not, that's the question.
Replies: 11
Views: 9670

Re: To be 100% compatible, or not, that's the question.

Thanks for those! I'll check 'm out... As for IO i think it is best to stick with the lower 3 bits A0-A2 used as partial decode only as in the original ULA, you will note that A2 doesn't acutally drive anything in the ULA but it is used by the ZXprinter. other IO's you choose to use yourself can of ...
by RetroTechie
Sun Nov 20, 2011 9:55 am
Forum: SALES
Topic: ZX81 Enhanced ULA replacement module.
Replies: 66
Views: 40942

Re: ZX81 Enhanced ULA replacement module.

RWAP wrote:(although the ZXvid is made redundant by this)! :D
Only very, very recently introduced, and it's already obsolete... ;) What's the ZX81 world coming to? :mrgreen:
by RetroTechie
Sun Nov 20, 2011 9:41 am
Forum: Development
Topic: To be 100% compatible, or not, that's the question.
Replies: 11
Views: 9670

To be 100% compatible, or not, that's the question.

As some of you will know I've managed to get an ULA replacement working stand-alone , and now that I'll clean up some of the logic in it, I'm wondering: Should I strive for 100% compatibility with original ZX81, or is it okay to make some improvements that you wouldn't notice with regular ZX81 softw...
by RetroTechie
Sun Nov 20, 2011 9:05 am
Forum: Sinclair Misc
Topic: Dumping of Turbo-load games
Replies: 7
Views: 4997

Re: Dumping of Turbo-load games

TZX is usable by some emulators but not by real machines, though I expect there'll be tzx->wav players for loading IRL. Saving as 8 bit 11khz wavs might save some space, and I believe that MP3 will also work as long as the bitrate is high enough. These days people don't blink when downloading GB si...
by RetroTechie
Sun Nov 20, 2011 8:29 am
Forum: Sinclair Misc
Topic: ZX81 image -> Z80 working & running
Replies: 3
Views: 3691

ZX81 image -> Z80 working & running

Hello all! I just realized that the Sinclair ZX81 is about the only computer I know where "you see a screen (with characters)" directly equates to: "the Z80 CPU is functional", and: "the CPU is running (executing code)". And most probably, ROM & RAM too. This directly results from the intimate inter...
by RetroTechie
Sat Nov 19, 2011 4:10 am
Forum: Development
Topic: Houston, we have an image!
Replies: 135
Views: 83112

ULA replacement is alive!

Went full steam ahead today, databit by databit completing force-NOP circuitry, keyboard inputs, and then disconnect that dataline from ULA. Until ULA was only outputting D6, A0', A1' and Z80 clock. At that point I updated the design to produce those signals as well, did some soldering & took the ju...
by RetroTechie
Fri Nov 18, 2011 11:46 am
Forum: Development
Topic: Houston, we have an image!
Replies: 135
Views: 83112

Re: Houston, we have an image!

Thanks for that detailed post - that's great info for me to get on with. You're welcome. :) IMO the barrier to entry into programmable logic is pretty high, so I'm glad if I can help lower that barrier for someone. The more builders / developers, the more interesting projects around for others (inc...
by RetroTechie
Fri Nov 18, 2011 3:57 am
Forum: Development
Topic: Houston, we have an image!
Replies: 135
Views: 83112

Re: Houston, we have an image!

Very Well done, it's no easy feat I know ! Still think my 74xx version was a Killer ! Yes very impressive - esp. that such a wire mess actually works... ;) If any of you have any pointers on getting started with the devices that you have been using, and best/cheap devices to use to do a "ULA" then ...
by RetroTechie
Thu Nov 17, 2011 5:36 pm
Forum: Development
Topic: Houston, we have an image!
Replies: 135
Views: 83112

Slowly getting there...

Whoohoo! Managed to grab some pattern data, and shift that out to the screen serially. Resulting in an actual recognizable image: ZX81 ULA development.jpg (what you see is entirely produced by the CPLD) Outer black is my TV, picture doesn't show it but on screen colors are nice bright white & black,...
by RetroTechie
Sat Nov 12, 2011 2:30 am
Forum: Development
Topic: Houston, we have an image!
Replies: 135
Views: 83112

Re: Houston, we have an image!

I don't know where you can see this on the pictures of Grant because he did not show the RAMCS signal. I was guesstimating based on /MREQ low -> databus changing delay (assuming ULA logic responds quickly). Looks +/- 100 ns, which wouldn't be unreasonable response time for a RAM chip. If A15 is use...