The chips have arrived... I have a display... It says LYNX and has a flashing cursor...
I had a while of it not working and a contended data bus. That was due to the BOM saying that there should be a 74LS273 in one socket and the schematic saying that it should be a 74LS373.
When I type PRINT it crashes.
I need to retest all the RAM just in case.
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 :)
General Stuff(tm)
- stephen_usher
- Site sponsor

- Posts: 7566
- Joined: Mon Nov 13, 2017 7:19 pm
- Location: Oxford, UK.
- Contact:
Re: General Stuff(tm)
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: General Stuff(tm)
It wouldn't be fun if it was all plug and playstephen_usher wrote: Wed Sep 23, 2026 11:05 am The chips have arrived... I have a display... It says LYNX and has a flashing cursor...
I had a while of it not working and a contended data bus. That was due to the BOM saying that there should be a 74LS273 in one socket and the schematic saying that it should be a 74LS373.
When I type PRINT it crashes.
I need to retest all the RAM just in case.
If it ain't broke, test it to Destruction.
- stephen_usher
- Site sponsor

- Posts: 7566
- Joined: Mon Nov 13, 2017 7:19 pm
- Location: Oxford, UK.
- Contact:
Re: General Stuff(tm)
Hehe... Yeah.
Well, I'm back to the same RAM refresh issue I had on the 128K. It's not reliable enough for the first bank to reliably hold its data. I may have to look into the same sort of fix I did on the 128K.
Well, I'm back to the same RAM refresh issue I had on the 128K. It's not reliable enough for the first bank to reliably hold its data. I may have to look into the same sort of fix I did on the 128K.
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.
- stephen_usher
- Site sponsor

- Posts: 7566
- Joined: Mon Nov 13, 2017 7:19 pm
- Location: Oxford, UK.
- Contact:
Re: General Stuff(tm)
Well, the RAM refresh has been "solved" by jumpering the main RAM to only 16K. It's likely that the system is relying upon the Z80 refresh which only does 128 rows.
The keyboard is still not responsive. You have to use ZX81 typing speed to get an accurate input.
The keyboard is still not responsive. You have to use ZX81 typing speed to get an accurate input.
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.
- stephen_usher
- Site sponsor

- Posts: 7566
- Joined: Mon Nov 13, 2017 7:19 pm
- Location: Oxford, UK.
- Contact:
Re: General Stuff(tm)
OK, I'm stuck now without a reference system to compare to.
- The video settings only ever work if jumpered for a 48K machine.
- The machine only works semi-reliably if configured as a 48K machine (16K + 16K +16K) or an unsupported hybrid 96K (16K + 64K + 16K)
- If the RAM is set to proper 96K mode (64K + 16K + 16K) the machine beeps twice on boot, still runs the video in 48K mode and crashes soon after as the RAM isn't being refreshed correctly. I have no idea if it should beep twice or not without a reference machine.
- There's almost zero information on-line to work from.
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.
- stephen_usher
- Site sponsor

- Posts: 7566
- Joined: Mon Nov 13, 2017 7:19 pm
- Location: Oxford, UK.
- Contact:
Re: General Stuff(tm)
Re: Refresh. If I can inject the Z80 /RFSH signal into /CAS before the system's /RAS goes low then the RAM should do a CAS-Before-RAS refresh. Hmmm...
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: General Stuff(tm)
When I upgraded mine to 96K, it was the left hand side bank that I replaced with the 64K.
I had to change two jumpers IIRC, one to remove the 12v and one to add the extra address line.
I'll try and set up mine over the next few days.
I had to change two jumpers IIRC, one to remove the 12v and one to add the extra address line.
I'll try and set up mine over the next few days.
If it ain't broke, test it to Destruction.
- stephen_usher
- Site sponsor

- Posts: 7566
- Joined: Mon Nov 13, 2017 7:19 pm
- Location: Oxford, UK.
- Contact:
Re: General Stuff(tm)
I have a plan!
Inject /RFSH into the /TCAS signal "directly" and use some unused gates on chips to do it.
Lift IC74 pin 3 (input from the /CAS generation stream)
Generate a combination of /CAS and CPU /RFSH
Wire IC49 pin 10 (/RFSH) -> IC57 pin 9 (74LS04 inverter)
Wire IC57 pin 8 (RFSH) -> IC 41 pin 12 (IC41 is a 74LS32, OR gates)
Wire IC76 pin 6 (CAS) -> IC 41 pin 13
Wire IC41 pin 11 (CAS or RFSH) -> IC57 pin13
Wire IC57 pin 12 -> IC74 pin 3 (/(CAS or RFSH))
Inject /RFSH into the /TCAS signal "directly" and use some unused gates on chips to do it.
Lift IC74 pin 3 (input from the /CAS generation stream)
Generate a combination of /CAS and CPU /RFSH
Wire IC49 pin 10 (/RFSH) -> IC57 pin 9 (74LS04 inverter)
Wire IC57 pin 8 (RFSH) -> IC 41 pin 12 (IC41 is a 74LS32, OR gates)
Wire IC76 pin 6 (CAS) -> IC 41 pin 13
Wire IC41 pin 11 (CAS or RFSH) -> IC57 pin13
Wire IC57 pin 12 -> IC74 pin 3 (/(CAS or RFSH))
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.
- stephen_usher
- Site sponsor

- Posts: 7566
- Joined: Mon Nov 13, 2017 7:19 pm
- Location: Oxford, UK.
- Contact:
Re: General Stuff(tm)
Thopught up a simpler one using a piggybacked '08 but it didn't work. Probably too slow.
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.
