Page 3 of 110
Re: REV 3 - The beginning
Posted: 25 Mar 2021 07:04
by stephen_usher
exxos wrote: 24 Mar 2021 22:51
stephen_usher wrote: 01 Mar 2021 13:05
Anyway, it's good to see that development is continuing. Just out of interest, will the ROM interface 512K ROMs as well as twin 256K ones?
The first problem is A17 has a 2.2K pullup, so its simply GND the pin on the jumper to select bank zero.
So I will have to try and separate that into a 3 way jumper, then have a second to "ignore" high and low selects and wire A17 on the ROM to A17 on the CPU bus to allow 512K decoding.
Capture.PNG
In my decoder I merely had a separate jumper which either connected A17 on the ROM to my decoding circuit or the system’s address line. It was the simplest method I could see.
Re: REV 3 - The beginning
Posted: 25 Mar 2021 07:37
by PhilC
@exxos 64mb of memory.
Re: REV 3 - The beginning
Posted: 25 Mar 2021 10:46
by exxos
I gave all the SMT connections the once over, and found a short as well...
IMG_6319.JPG
We'll see if it passes memory test properly this time...
EDIT:
It's got past the part it got stuck on yesterday :yay2:
IMG_6320.JPG
Re: REV 3 - The beginning
Posted: 25 Mar 2021 11:18
by PhilC
Yay, blame me for building it. Good job I've just got useless some glasses :lol: 8-)
Re: REV 3 - The beginning
Posted: 25 Mar 2021 11:43
by exxos
PhilC wrote: 25 Mar 2021 11:18
Yay, blame me for building it.
Works for me! :lol: :chairsmack:
Will see if I can get the ROM working later on today..
Re: REV 3 - The beginning
Posted: 25 Mar 2021 11:53
by exxos
Managed to squash in the A17/18 select line to the ROM...
Capture.PNG
Re: REV 3 - The beginning
Posted: 25 Mar 2021 12:48
by exxos
TTRAM all past good several times. I tried MAPROM 1.8, and opening and closing the floppy window is definitely a lot faster but the floppy contents are still corrupted and I cannot run anything :( And it just simply locks up after a few seconds :roll:
Re: REV 3 - The beginning
Posted: 25 Mar 2021 12:51
by stephen_usher
You shouldn't need maprom for 2.06 to properly detect the TT-RAM with the latest (Sept/Oct) firmware on the TF.
P.S. Have you turned off the cache?
Re: REV 3 - The beginning
Posted: 25 Mar 2021 12:56
by exxos
stephen_usher wrote: 25 Mar 2021 12:51
You shouldn't need maprom for 2.06 to properly detect the TT-RAM with the latest (Sept/Oct) firmware on the TF.
FASTRAM.PRG works fine.. I am using MAPROM to map the rom into TTRAM.. but I dont know what its doing exactly or if it is setting anything else up for simply not doing it properly..
Also note the firmware I am using, I don't know what version it is, as this board is not compatible with the original firmware anyway.
stephen_usher wrote: 25 Mar 2021 12:51
P.S. Have you turned off the cache?
Yep.
But simply copying ROM into RAM shouldn't break stuff anyway..
Re: REV 3 - The beginning
Posted: 25 Mar 2021 13:19
by exxos
Looking through the code, there was still some A31,A30's used.. I have swapped them to A29... but now FASTRAM.PRG just locks up after it loads :(
I wonder if the software always assumes the board has all 32 bits in use ?
EDIT:
Even GB6's installer locks up now :( It is very difficult to follow someone else's code in a language I don't really understand :roll:
EDIT2:
I think the software automatically assumes more than 64MB RAM , and assume it declares a larger amount and then locks up because that RAM does not actually exist.. GB6 can install some TTRAM for testing.. and that is working...