Search found 5118 matches

by 1024MAK
Mon Mar 11, 2024 9:30 pm
Forum: Hardware
Topic: Spectrum modded / composite question
Replies: 20
Views: 1278

Re: Spectrum modded / composite question

Hello and welcome Elfish I'd really like to get that thing running for my dad and I read a lot about composite mods. I came across the ZX8-CCD PCB. Anyone knows if the board is also compatible with the board and ULA? The ZX8-CCD is only designed for use with monochrome video, that is, for use with a...
by 1024MAK
Sun Mar 10, 2024 11:01 am
Forum: Hardware
Topic: When is the 10K RAM resistor needed?
Replies: 4
Views: 429

Re: When is the 10K RAM resistor needed?

People are following the details that are widely available on the internet, even though those details are slightly misleading.

Mark
by 1024MAK
Sun Mar 10, 2024 10:59 am
Forum: Hardware
Topic: RAM speed issue
Replies: 29
Views: 1669

Re: RAM speed issue

It is possible that not all original Ferranti ULA chips would have worked correctly with WRX hires graphics software. Remember, the hardware was not designed for this. With the wide variety of components used (different makes/models/manufacturers of processors, RAM, ROM, the different ULA versions a...
by 1024MAK
Sun Mar 10, 2024 10:39 am
Forum: Hardware
Topic: When is the 10K RAM resistor needed?
Replies: 4
Views: 429

Re: When is the 10K RAM resistor needed?

Are you using battery back up? If no, then the 10kΩ resistor between pins 27 and 28 is not needed. Pin 27 will always be driven by the Z80 /WR control line. This is not true however if the RAM is being powered by a backup battery, in which case, the battery supply (pin 28) would need to pull-up pin ...
by 1024MAK
Sat Mar 09, 2024 8:29 am
Forum: Welcome Area
Topic: Hello everyone, I'm new here
Replies: 1
Views: 501

Re: Hello everyone, I'm new here

Translated to English: Hi everyone, I'm new here. I have always had a passion for electronics in general. Taking up my ZX80 I wanted to reconstruct it, I see a lot of information on it online, but I'm not a good programmer. I studied the Z80 35 years ago, I remember little. Thanks to you I discovere...
by 1024MAK
Fri Mar 08, 2024 8:37 pm
Forum: Hardware
Topic: RAM speed issue
Replies: 29
Views: 1669

Re: RAM speed issue

It's extremely unlikely that TR1 is causing an issue. Transistors in circuits like this are not under any stress whatsoever, and transistors are fairly hardy and reliable devices. I'm sorry that I can't help you much. But with edge cases especially when it comes to timing issues, they can be extreme...
by 1024MAK
Fri Mar 08, 2024 2:49 pm
Forum: Hardware
Topic: RAM speed issue
Replies: 29
Views: 1669

Re: RAM speed issue

msknight wrote: Fri Mar 08, 2024 1:50 pm In case it matters for the price of fish, here's the clock as going in to the processor...
That is exactly I would expect.

Mark
by 1024MAK
Tue Mar 05, 2024 8:02 pm
Forum: Emulators
Topic: Eightyone emulator not recognizing cursor keys as joystick
Replies: 10
Views: 942

Re: Eightyone emulator not recognizing cursor keys as joystick

@Crayon21, in your original program, you are not actually using X to set the print position. You are using J and K. That's why the program appears to ignore the cursor keys. Mark I'll give this a go, thanks I can get left but it goes right when I hit the edge of the screen. is there a corrected rom...
by 1024MAK
Tue Mar 05, 2024 6:23 pm
Forum: Emulators
Topic: Eightyone emulator not recognizing cursor keys as joystick
Replies: 10
Views: 942

Re: Eightyone emulator not recognizing cursor keys as joystick

@Crayon21, in your original program, you are not actually using X to set the print position. You are using J and K. That's why the program appears to ignore the cursor keys.

Mark
by 1024MAK
Tue Mar 05, 2024 2:54 pm
Forum: ZX BASIC
Topic: Is it just my imagination or are X and Y flipped?
Replies: 5
Views: 685

Re: Is it just my imagination or are X and Y flipped?

I assume you are talking about the PRINT AT a,b ? In BASIC in general, only TAB is universally supported. Individual BASIC implementations hence use their own systems. It's just something you have to get used to. If it helps, it's the character position, hence not graphics related. With a character ...