Can all registered uses please login, even just for a few minutes..
It helps build a picture where our "good traffic" is coming from..
Thanks :)
It helps build a picture where our "good traffic" is coming from..
Thanks :)
exxos's H5 A3 Build
- stephen_usher
- Site sponsor

- Posts: 7475
- Joined: Mon Nov 13, 2017 7:19 pm
- Location: Oxford, UK.
- Contact:
Re: exxos's H5 A3 Build
So, maybe it's a useful diagnostic if consistent?
What would it say initially normally? Are there just bits stuck high or low?
Surely Ejjwj is "Error"?
What would it say initially normally? Are there just bits stuck high or low?
Surely Ejjwj is "Error"?
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
Re: exxos's H5 A3 Build
Any chance that one or more of the data bits are shorted or swapped?
Checking the ASCII codes might pinpoint it.
j 0x6A to r 0x72
w 0x77 to o 0x6F
etc.
Will see if I can spot any pattern later...unless you sort it in the next few hours.
Knowing the normal output should show it quite clearly.
Or even search in the ROM image for "Garbage before"?
Checking the ASCII codes might pinpoint it.
j 0x6A to r 0x72
w 0x77 to o 0x6F
etc.
Will see if I can spot any pattern later...unless you sort it in the next few hours.
Knowing the normal output should show it quite clearly.
Or even search in the ROM image for "Garbage before"?
Re: exxos's H5 A3 Build
I think that would say "By Stephan J Leary" so its almost the same..By Klehpev R6 Teajy
By Klehpev R6 Teajy
By Stephan J Leary
Looks like some stuff is byte swapped or something, but nothing that big has been done on the H5, its pretty much based on the H4.
EDIT
Code: Select all
76543210
T = 84 1010100 BAD
L = 76 1001100 OK
a = 97 1100001 OK
e = 101 1100101 OK
r = 114 1110010 OK
j = 106 1101010 BAD
y = 121 1111001 OK
- stephen_usher
- Site sponsor

- Posts: 7475
- Joined: Mon Nov 13, 2017 7:19 pm
- Location: Oxford, UK.
- Contact:
Re: exxos's H5 A3 Build
Maybe it's a self-encrypting data bus. 
Say it's a feature... job done!
P.S. Yes, bits 4 and 5 look swapped. But that can only be in one direction, either writing to RAM or reading from it, not both otherwise it'd be self-correcting.
Say it's a feature... job done!
P.S. Yes, bits 4 and 5 look swapped. But that can only be in one direction, either writing to RAM or reading from it, not both otherwise it'd be self-correcting.
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
Re: exxos's H5 A3 Build
Removed the RGB/MONO jumper (must have been in mono before
) and do see a output now...
EDIT:
Diagrom does not find any RAM errors... Still getting garbage on the serial port though..
IRQ test results in a garbage red screen, can't seem to get out of it now.. but not sure what that test does anyway.. maybe my MFP is duff.
EDIT:
Diagrom does not find any RAM errors... Still getting garbage on the serial port though..
IRQ test results in a garbage red screen, can't seem to get out of it now.. but not sure what that test does anyway.. maybe my MFP is duff.
Re: exxos's H5 A3 Build
Now IRQ test seems to do something..
I will have to connect up my H4 and see what the results are supposed to be...
EDIT: Same on the H4 so that seems OK..
I will have to connect up my H4 and see what the results are supposed to be...
EDIT: Same on the H4 so that seems OK..
- stephen_usher
- Site sponsor

- Posts: 7475
- Joined: Mon Nov 13, 2017 7:19 pm
- Location: Oxford, UK.
- Contact:
Re: exxos's H5 A3 Build
Could you have two data lines going to the MFP swapped?
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
Re: exxos's H5 A3 Build
Don't see how unless the lib is wrong.stephen_usher wrote: Tue Oct 27, 2020 8:22 pm Could you have two data lines going to the MFP swapped?
Re: exxos's H5 A3 Build
Bits 3 & 4 are swapped, wrong pins, but the lib shows the correct order just wrong pins
Re: exxos's H5 A3 Build
@exxos It’s always the libs that catch us out. Just like the regulator pins swap on the Sparkalphobia v1
