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"?
exxos's H5 A3 Build
-
stephen_usher
- Site sponsor

- Posts: 7376
- Joined: 13 Nov 2017 19:19
- Location: Oxford, UK.
Re: exxos's H5 A3 Build
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.
-
JezC
- Posts: 2783
- Joined: 28 Aug 2017 23:44
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"?
-
exxos
- Site Admin

- Posts: 28354
- Joined: 16 Aug 2017 23:19
- Location: UK
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: 7376
- Joined: 13 Nov 2017 19:19
- Location: Oxford, UK.
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.
-
exxos
- Site Admin

- Posts: 28354
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: exxos's H5 A3 Build
Removed the RGB/MONO jumper (must have been in mono before :roll: ) 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.
You do not have the required permissions to view the files attached to this post.
-
exxos
- Site Admin

- Posts: 28354
- Joined: 16 Aug 2017 23:19
- Location: UK
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..
You do not have the required permissions to view the files attached to this post.
-
stephen_usher
- Site sponsor

- Posts: 7376
- Joined: 13 Nov 2017 19:19
- Location: Oxford, UK.
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.
-
exxos
- Site Admin

- Posts: 28354
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: exxos's H5 A3 Build
Don't see how unless the lib is wrong.
-
exxos
- Site Admin

- Posts: 28354
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: exxos's H5 A3 Build
:WTF:
Bits 3 & 4 are swapped, wrong pins, but the lib shows the correct order just wrong pins :pullhair:
Bits 3 & 4 are swapped, wrong pins, but the lib shows the correct order just wrong pins :pullhair:
You do not have the required permissions to view the files attached to this post.
-
Icky
- Site Admin

- Posts: 4375
- Joined: 03 Sep 2017 10:57
- Location: UK
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
Who is online
Users browsing this forum: ClaudeBot and 2 guests