Search found 2264 matches

by PokeMon
Thu Oct 20, 2011 10:11 pm
Forum: Development
Topic: ULA revistited.
Replies: 168
Views: 133387

Re: ULA revistited.

Why not use the first exisiting ROM Location, 3 (PRINT PEEK 3). This is in the beginning to initiate RAM Test ... ;; START L0000: OUT ($FD),A ; Turn off the NMI generator if this ROM is ; running in ZX81 hardware. This does nothing ; if this ROM is running within an upgraded ; ZX80. LD BC,$7FFF ; Se...
by PokeMon
Tue Oct 18, 2011 5:40 pm
Forum: WANTED
Topic: Wanted - ZX81 Issue 3 board.
Replies: 8
Views: 8107

Re: Wanted - ZX81 Issue 3 board.

ceramic resonator ...

You can place a resonator on your "ULA replacement board" I think and forget the resonator on the issue one or issue 3 board ...
It's not used for something else, so why not build the oscillator on your ULA ? ;)
The ULA is the boss of the clock ...
by PokeMon
Mon Oct 17, 2011 9:01 pm
Forum: Hardware
Topic: color for zx81
Replies: 6
Views: 6263

Re: color for zx81

Yes and this product was called ZX Spectrum. :mrgreen: I dont think that this makes really sense because ZX81 was designed monochrome. So the DISPLAY_FILE don't has color information. You could maybe expand this via modification of ROM but this is definetely no standard ZX81. Even all programs don't...
by PokeMon
Sun Oct 16, 2011 6:32 pm
Forum: WANTED
Topic: Wanted - ZX81 Issue 3 board.
Replies: 8
Views: 8107

Re: Wanted - ZX81 Issue 3 board.

Me too. It's 1k resistor connecting C6 / X1 (quarz oscillator) to ground.
by PokeMon
Thu Oct 13, 2011 5:16 pm
Forum: Hardware
Topic: video signal ZX81 old/new version
Replies: 11
Views: 8429

Re: video signal ZX81 old/new version

however if the ULA was seeing the HALT signal as low all the time it should not generate forced NOPs on the data bus so a crash would happen very quickly when the cpu started to actually execute video bytes ! I don't think so. Because of an empty DFILE at startup there is only HALT executed and the...
by PokeMon
Thu Oct 13, 2011 12:35 am
Forum: Hardware
Topic: video signal ZX81 old/new version
Replies: 11
Views: 8429

Re: video signal ZX81 old/new version

I found that RAM must be okay because code is executed correct (A15 high). This is a good signal for measuring by the way. Can see a bit more than 40us activity and repeat every 64us. ZX81_A15.gif I found that HALT signal still there but there was a shortcut in the ULA at Pin17. I measured 3,5 ohms....
by PokeMon
Wed Oct 12, 2011 7:22 pm
Forum: Hardware
Topic: video signal ZX81 old/new version
Replies: 11
Views: 8429

Re: video signal ZX81 old/new version

Hi sirmorris, No, the CPU is fine, because the ROM code is running successfully (VSYNCs are generated within the software). So, it is unfortunately pointing towards the ULA :( Grant Maybe - but maybe not. Today I made some new measurements in comparison of working and non working ZX81. I think with...
by PokeMon
Wed Oct 12, 2011 12:41 am
Forum: FAQs
Topic: Monitor for ZX81
Replies: 6
Views: 26673

Re: Monitor for ZX81

My plasma TV has no problem with missing back porch.
By the way this is dependend on ZX81 version.
The older ULA's don't have back porch (Issue One e.g.), the newer one's have it (ISS3 e.g.). ;)
by PokeMon
Thu Oct 06, 2011 10:00 pm
Forum: Hardware
Topic: video signal ZX81 old/new version
Replies: 11
Views: 8429

Re: video signal ZX81 old/new version

I think (or hope) it could be maybe the internal RAM. CPU seems running in general. Maybe a cleared Display File with nothing to show ... I will let you know further steps. I think if ULA is dead it would output nothing to PIN 16 but there are sync signals. Anyone with experience of what shows a dea...
by PokeMon
Thu Oct 06, 2011 12:54 am
Forum: Hardware
Topic: video signal ZX81 old/new version
Replies: 11
Views: 8429

Re: video signal ZX81 old/new version

VSync is working on the new computer (with missing Cursor K). :? ZX81_VID_Vsync_New.gif Next thing is maybe putting a programmable counter to clock and reset to see what's going on in phase of starting. So I can measure databus, addressbus and other signals when Z80 is starting up. I know that I cou...